]> Dogcows Code - chaz/tar/blobdiff - src/xheader.c
tar: don't export names that aren't used elsewhere
[chaz/tar] / src / xheader.c
index 311e7751f3579863d0ec86a3a5bcf1148be4f930..42656bfd2508f2b138b2c29b93e9394c7e4b75f6 100644 (file)
@@ -26,6 +26,7 @@
 
 #include "common.h"
 
+static void xheader_init (struct xheader *xhdr);
 static bool xheader_protected_pattern_p (char const *pattern);
 static bool xheader_protected_keyword_p (char const *keyword);
 static void xheader_set_single_keyword (char *) __attribute__ ((noreturn));
@@ -661,7 +662,7 @@ xheader_decode_global (struct xheader *xhdr)
     }
 }
 
-void
+static void
 xheader_init (struct xheader *xhdr)
 {
   if (!xhdr->stk)
This page took 0.021446 seconds and 4 git commands to generate.