X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2Fcommon.h;h=192cf9e5b64a77c0a7857b0a85f4b3f222187b9d;hb=c520964e849f2c42e8df50f9bd715248554fd8b7;hp=12a488919d754a1945a9c4693e096105abe57901;hpb=4bde4f39d08f000f7e63a832b08a2525c1262f84;p=chaz%2Ftar diff --git a/src/common.h b/src/common.h index 12a4889..192cf9e 100644 --- a/src/common.h +++ b/src/common.h @@ -611,7 +611,7 @@ int remove_any_file (const char *file_name, enum remove_option option); bool maybe_backup_file (const char *file_name, bool this_is_the_archive); void undo_last_backup (void); -int deref_stat (bool deref, char const *name, struct stat *buf); +int deref_stat (char const *name, struct stat *buf); extern int chdir_current; extern int chdir_fd; @@ -640,7 +640,7 @@ void xpipe (int fd[2]); void *page_aligned_alloc (void **ptr, size_t size); int set_file_atime (int fd, int parentfd, char const *file, - struct timespec atime, int atflag); + struct timespec atime); /* Module names.c. */