X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fcommon.h;h=b8c124e7cb01f198aa1394fa8679cd85a0073c57;hb=8e3f3adf9888cca4acedfe005d277867c999fcb3;hp=e7f4c684176f42932b652f09b88cf0ffecd343ad;hpb=e5ef01710ab4be17e8932f196b562244c3842c06;p=chaz%2Ftar diff --git a/src/common.h b/src/common.h index e7f4c68..b8c124e 100644 --- a/src/common.h +++ b/src/common.h @@ -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);