]> Dogcows Code - chaz/tar/blobdiff - src/common.h
(closeopen): Remove decl.
[chaz/tar] / src / common.h
index fd020d35f02df99eacdc0230cf69b41c5f137e6f..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);
 
@@ -736,4 +735,5 @@ bool utf8_convert (bool to_utf, char const *input, char **output);
 /* Module transform.c */
 void set_transform_expr (const char *expr);
 bool transform_name (char **pinput);
-bool transform_name_fp (char **pinput, char *(*fun)(char *));
+bool transform_member_name (char **pinput, bool lnk);
+bool transform_name_fp (char **pinput, char *(*fun)(char *, void *), void *);
This page took 0.025191 seconds and 4 git commands to generate.