X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fcommon.h;h=4d8a60c4d20228f32d4b8c8e83394621fdd6d5dc;hb=143e677b5e8f5167ab8b7d711192f7558a4129b6;hp=12b056871b5198ce689fc0309e85bf4010263837;hpb=4dcf7987f8af01af6d665716892381160f3a667a;p=chaz%2Ftar diff --git a/src/common.h b/src/common.h index 12b0568..4d8a60c 100644 --- a/src/common.h +++ b/src/common.h @@ -501,7 +501,7 @@ enum remove_option WANT_DIRECTORY_REMOVE_OPTION }; int remove_any_file (const char *, enum remove_option); -int maybe_backup_file (const char *, int); +bool maybe_backup_file (const char *, int); void undo_last_backup (void); int deref_stat (bool, char const *, struct stat *); @@ -625,6 +625,7 @@ void xheader_destroy (struct xheader *); /* Module system.c */ +void sys_stat_nanoseconds (struct tar_stat_info *stat); void sys_detect_dev_null_output (void); void sys_save_archive_dev_ino (void); void sys_drain_input_pipe (void);