X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fcommon.h;h=12a488919d754a1945a9c4693e096105abe57901;hb=4bde4f39d08f000f7e63a832b08a2525c1262f84;hp=2bc1d712ba22e6875e9d886b59982e9c31dec874;hpb=fc5e44c99c98d764463f21a12c2c3ef1f0ba8ac7;p=chaz%2Ftar diff --git a/src/common.h b/src/common.h index 2bc1d71..12a4889 100644 --- a/src/common.h +++ b/src/common.h @@ -614,6 +614,7 @@ void undo_last_backup (void); int deref_stat (bool deref, 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);