Browse Source

(closeopen): New function

Sergey Poznyakoff 18 years ago
parent
commit
edc0b12c5e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/common.h

+ 1 - 0
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);