]> Dogcows Code - chaz/tar/commitdiff
(xform_type): New data type
authorSergey Poznyakoff <gray@gnu.org.ua>
Fri, 1 Jun 2007 21:23:53 +0000 (21:23 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Fri, 1 Jun 2007 21:23:53 +0000 (21:23 +0000)
(transform_member_name): Last argument is of xform_type type
All callers updated

src/common.h

index 24aa91df4983247125405e60e2fce31ea4242d24..6dd1abd3e2fc322e5be5ff2a0c17335a10cbc368 100644 (file)
@@ -725,7 +725,14 @@ bool string_ascii_p (const char *str);
 bool utf8_convert (bool to_utf, char const *input, char **output);
 
 /* Module transform.c */
+typedef enum
+  {
+    xform_regfile,
+    xform_link,
+    xform_symlink
+  } xform_type;
+
 void set_transform_expr (const char *expr);
 bool transform_name (char **pinput);
-bool transform_member_name (char **pinput, bool lnk);
+bool transform_member_name (char **pinput, xform_type type);
 bool transform_name_fp (char **pinput, char *(*fun)(char *, void *), void *);
This page took 0.025991 seconds and 4 git commands to generate.