From: Stelian Pop Date: Tue, 27 Jan 2004 10:46:55 +0000 (+0000) Subject: Small prototype fix. X-Git-Tag: release_0_4b36~12 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=e12fa38c5aee48805b6ac16fbeef516b10adba67;p=dump.git Small prototype fix. --- diff --git a/dump/main.c b/dump/main.c index 342d4b6..a0fa718 100644 --- a/dump/main.c +++ b/dump/main.c @@ -37,7 +37,7 @@ #ifndef lint static const char rcsid[] = - "$Id: main.c,v 1.90 2004/01/27 10:37:29 stelian Exp $"; + "$Id: main.c,v 1.91 2004/01/27 10:46:55 stelian Exp $"; #endif /* not lint */ #include @@ -186,7 +186,7 @@ char *__progname; int maxbsize = 1024*1024; /* XXX MAXBSIZE from sys/param.h */ static long numarg __P((const char *, long, long)); -static long numlistarg __P((const char *, long, long)); +static long *numlistarg __P((const char *, long, long)); static void obsolete __P((int *, char **[])); static void usage __P((void)); static void do_exclude_from_file __P((char *)); @@ -1136,7 +1136,7 @@ numarg(const char *meaning, long vmin, long vmax) * and returns an array of longs with the first element containing the number * values in that array. */ -static long +static long * numlistarg(const char *meaning, long vmin, long vmax) { char *p;