]> Dogcows Code - chaz/tar/blobdiff - src/tar.c
tar: remove unused externs, or make them static
[chaz/tar] / src / tar.c
index cbb6c68439c2d06d2c42b34cead3107275f1f9ae..d230e958df4ab1e530a6d20099d0edb4e513364a 100644 (file)
--- a/src/tar.c
+++ b/src/tar.c
 # define DEFAULT_BLOCKING 20
 #endif
 
+/* Print a message if not all links are dumped */
+static int check_links_option;
+
+/* Number of allocated tape drive names.  */
+static size_t allocated_archive_names;
+
 \f
 /* Miscellaneous.  */
 
This page took 0.023413 seconds and 4 git commands to generate.