X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fcommon.h;h=192cf9e5b64a77c0a7857b0a85f4b3f222187b9d;hb=502abd93bd8bfba15677aceb221c4530d257bbab;hp=2bc1d712ba22e6875e9d886b59982e9c31dec874;hpb=098ad10c71e87f8003227aa10ad8c88ae43dce12;p=chaz%2Ftar diff --git a/src/common.h b/src/common.h index 2bc1d71..192cf9e 100644 --- a/src/common.h +++ b/src/common.h @@ -611,9 +611,10 @@ 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; int chdir_arg (char const *dir); void chdir_do (int dir); int chdir_count (void); @@ -639,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. */