X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftar;a=blobdiff_plain;f=src%2Fcommon.h;fp=src%2Fcommon.h;h=2904183d6197a17bfb001da430d7f4a386c42da1;hp=20cbb6447a80b46da2e4aba470e1fcea6896df11;hb=15c02c2b9d383446b3ea35dbea5a048e136b020d;hpb=0c4aa85e6cab54f1c5b712bb59c4a1a07e26f6ec diff --git a/src/common.h b/src/common.h index 20cbb64..2904183 100644 --- a/src/common.h +++ b/src/common.h @@ -523,6 +523,8 @@ void extract_archive (void); void extract_finish (void); bool rename_directory (char *src, char *dst); +void remove_delayed_set_stat (const char *fname); + /* Module delete.c. */ void delete_archive_members (void);