]> Dogcows Code - chaz/tar/commitdiff
(usage): Prototype moved to common.h
authorSergey Poznyakoff <gray@gnu.org.ua>
Sun, 4 Apr 2004 09:47:08 +0000 (09:47 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Sun, 4 Apr 2004 09:47:08 +0000 (09:47 +0000)
src/tar.c

index 716c361290b37fb112580a99908c061cda54e3a3..cb37ff4374b1aece66af0c85a6a8012367804fed 100644 (file)
--- a/src/tar.c
+++ b/src/tar.c
@@ -56,7 +56,6 @@
 # define DEFAULT_BLOCKING 20
 #endif
 
-void usage (int) __attribute__ ((noreturn));
 \f
 /* Miscellaneous.  */
 
@@ -1588,4 +1587,3 @@ tar_stat_destroy (struct tar_stat_info *st)
   free (st->sparse_map);
   memset (st, 0, sizeof (*st));
 }
-
This page took 0.027723 seconds and 4 git commands to generate.