]> Dogcows Code - chaz/tar/commitdiff
(closeopen): Remove decl.
authorSergey Poznyakoff <gray@gnu.org.ua>
Tue, 3 Apr 2007 21:52:01 +0000 (21:52 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Tue, 3 Apr 2007 21:52:01 +0000 (21:52 +0000)
src/common.h

index a37488a9709ecad01ca1cfe9ea62d242e36aa3d9..2ee8c2b00343a2df0c42c29faa22fc8121c98083 100644 (file)
@@ -160,7 +160,7 @@ enum exclusion_tag_type
        itself */
     exclusion_tag_under,
     /* Exclude entire directory  */
-    exclusion_tag_all,   
+    exclusion_tag_all,
   };
 
 /* Specified value to be put into tar file in place of stat () results, or
@@ -592,7 +592,6 @@ 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);
 
This page took 0.029152 seconds and 4 git commands to generate.