From dfba741457cc81eb2ed3a9d4c074fbad74aa3249 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Mon, 6 Mar 2006 20:47:33 +0000 Subject: Robert P. Day removed 8 gazillion occurrences of "extern" on function definitions. (That should only be on prototypes.) --- archival/libunarchive/decompress_uncompress.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archival/libunarchive/decompress_uncompress.c') diff --git a/archival/libunarchive/decompress_uncompress.c b/archival/libunarchive/decompress_uncompress.c index c8d8b4af9..539d4ef90 100644 --- a/archival/libunarchive/decompress_uncompress.c +++ b/archival/libunarchive/decompress_uncompress.c @@ -95,7 +95,7 @@ static unsigned short codetab[HSIZE]; * with those of the compress() routine. See the definitions above. */ -extern int uncompress(int fd_in, int fd_out) +int uncompress(int fd_in, int fd_out) { unsigned char *stackp; long int code; -- cgit v1.2.3