From: Sergey Poznyakoff Date: Tue, 4 Jul 2006 21:51:42 +0000 (+0000) Subject: (closeopen): New function X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;ds=sidebyside;h=edc0b12c5e15751f5c60e5da34bdf6b6586e4d70;p=chaz%2Ftar (closeopen): New function --- diff --git a/src/common.h b/src/common.h index d78d3d7..f5e0545 100644 --- a/src/common.h +++ b/src/common.h @@ -582,6 +582,7 @@ void undo_last_backup (void); int deref_stat (bool deref, char const *name, struct stat *buf); +void closeopen (void); int chdir_arg (char const *dir); void chdir_do (int dir);