]> Dogcows Code - chaz/tar/blobdiff - src/transform.c
Issue a warning if the archive being compared contais transformed file names.
[chaz/tar] / src / transform.c
index c35133fa2578953bc5e21bf5cff9f56f877b8cc9..77aa0a299eb722a0deee32556d848ace239d7a5a 100644 (file)
@@ -628,3 +628,9 @@ transform_name (char **pinput, int type)
 {
   return transform_name_fp (pinput, type, NULL, NULL);
 }
+
+bool
+transform_program_p (void)
+{
+  return transform_head != NULL;
+}
This page took 0.021935 seconds and 4 git commands to generate.