X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Ftar.c;h=d230e958df4ab1e530a6d20099d0edb4e513364a;hb=8ebbef8a15967965402fc0f79371410b755f4fee;hp=cbb6c68439c2d06d2c42b34cead3107275f1f9ae;hpb=616e4213504a37e9b2f171f3992c4de2df27a683;p=chaz%2Ftar diff --git a/src/tar.c b/src/tar.c index cbb6c68..d230e95 100644 --- a/src/tar.c +++ b/src/tar.c @@ -68,6 +68,12 @@ # 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; + /* Miscellaneous. */