X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fcommon.h;h=b8c124e7cb01f198aa1394fa8679cd85a0073c57;hb=8e3f3adf9888cca4acedfe005d277867c999fcb3;hp=4f1ac6ac0b4055ab715a44bfc9eb246dfa822822;hpb=4c54e234c1c934badecd375fa38e4410859153fb;p=chaz%2Ftar diff --git a/src/common.h b/src/common.h index 4f1ac6a..b8c124e 100644 --- a/src/common.h +++ b/src/common.h @@ -254,7 +254,7 @@ GLOBAL bool show_omitted_dirs_option; GLOBAL bool sparse_option; GLOBAL unsigned tar_sparse_major; GLOBAL unsigned tar_sparse_minor; - + GLOBAL bool starting_file_option; /* Specified maximum byte length of each tape volume (multiple of 1024). */ @@ -296,7 +296,7 @@ GLOBAL int archive; /* Nonzero when outputting to /dev/null. */ GLOBAL bool dev_null_output; -/* Timestamps: */ +/* Timestamps: */ GLOBAL struct timespec start_time; /* when we started execution */ GLOBAL struct timespec volume_start_time; /* when the current volume was opened*/ @@ -417,6 +417,7 @@ enum dump_status dump_status_not_implemented }; +void add_exclude_tag (const char *name); bool file_dumpable_p (struct tar_stat_info *st); void create_archive (void); void pad_archive (off_t size_left); @@ -546,10 +547,6 @@ enum read_header tar_checksum (union block *header, bool silent); void skip_file (off_t size); void skip_member (void); -/* Module mangle.c. */ - -void extract_mangle (void); - /* Module misc.c. */ void assign_string (char **dest, const char *src); @@ -582,6 +579,7 @@ void undo_last_backup (void); int deref_stat (bool deref, char const *name, struct stat *buf); +void closeopen (void); int chdir_arg (char const *dir); void chdir_do (int dir); @@ -710,7 +708,6 @@ int sys_exec_info_script (const char **archive_name, int volume_number); void report_difference (struct tar_stat_info *st, const char *message, ...); /* Module sparse.c */ -bool sparse_file_p (struct tar_stat_info *st); bool sparse_member_p (struct tar_stat_info *st); bool sparse_fixup_header (struct tar_stat_info *st); enum dump_status sparse_dump_file (int, struct tar_stat_info *st); @@ -727,5 +724,3 @@ bool utf8_convert (bool to_utf, char const *input, char **output); void set_transform_expr (const char *expr); bool transform_name (char **pinput); bool transform_name_fp (char **pinput, char *(*fun)(char *)); - -