From: Will Estes Date: Thu, 17 Dec 2015 21:45:14 +0000 (-0500) Subject: correct function prototype X-Git-Tag: v2.6.1~59 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aebf37aa12b0ea88e70b1647ae3ddd79061335ec;p=flex correct function prototype --- diff --git a/src/scanopt.c b/src/scanopt.c index 90408c4..6df62f6 100644 --- a/src/scanopt.c +++ b/src/scanopt.c @@ -82,7 +82,7 @@ static int FLAGS(struct _scanopt_t *, int); static const char *DESC(struct _scanopt_t *, int); static int scanopt_err(struct _scanopt_t *, int, int); static int matchlongopt(char *, char **, int *, char **, int *); -static int find_opt((struct _scanopt_t *, int, char *, int, int *, int *opt_offset)); +static int find_opt(struct _scanopt_t *, int, char *, int, int *, int *opt_offset); static const char *NAME (struct _scanopt_t *s, int i) {