]> Dogcows Code - chaz/tar/blobdiff - src/transform.c
tar: remove unused externs, or make them static
[chaz/tar] / src / transform.c
index e9b776a405d9248af9b75ec1596da4fca9919b78..e268312cfc61000eb11258af4f35b2357b0a972e 100644 (file)
@@ -71,7 +71,7 @@ struct transform
 
 \f
 
-int transform_flags = XFORM_ALL;
+static int transform_flags = XFORM_ALL;
 static struct transform *transform_head, *transform_tail;
 
 static struct transform *
This page took 0.025173 seconds and 4 git commands to generate.