From: Sergey Poznyakoff Date: Sun, 4 Apr 2004 09:47:08 +0000 (+0000) Subject: (usage): Prototype moved to common.h X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=a5bafe7962470f7d888d34b899ec6ff50855d050;p=chaz%2Ftar (usage): Prototype moved to common.h --- diff --git a/src/tar.c b/src/tar.c index 716c361..cb37ff4 100644 --- a/src/tar.c +++ b/src/tar.c @@ -56,7 +56,6 @@ # define DEFAULT_BLOCKING 20 #endif -void usage (int) __attribute__ ((noreturn)); /* Miscellaneous. */ @@ -1588,4 +1587,3 @@ tar_stat_destroy (struct tar_stat_info *st) free (st->sparse_map); memset (st, 0, sizeof (*st)); } -