X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fcommon.h;h=e5e619d83bb1dd38523cd7432611dfd85771c3c0;hb=fce1c1c8cbb4a3df303ae01b33459197cb42c557;hp=f6f38446eb3e8206585933b844d8973b9aaf7b65;hpb=372ac37d01a218e87ad6279c43a75c1b88c1d41f;p=chaz%2Ftar diff --git a/src/common.h b/src/common.h index f6f3844..e5e619d 100644 --- a/src/common.h +++ b/src/common.h @@ -603,6 +603,7 @@ void undo_last_backup (void); int deref_stat (bool deref, char const *name, struct stat *buf); +extern int chdir_current; int chdir_arg (char const *dir); void chdir_do (int dir); int chdir_count (void);