summaryrefslogtreecommitdiff
path: root/src/scanopt.c
diff options
context:
space:
mode:
authorWill Estes <westes575@gmail.com>2015-12-17 16:45:14 -0500
committerWill Estes <westes575@gmail.com>2015-12-17 16:45:14 -0500
commitaebf37aa12b0ea88e70b1647ae3ddd79061335ec (patch)
tree480e23e85b41433c1cc2e70f28d5af55c59b1406 /src/scanopt.c
parentc1c3b82b79fdc867c521fda14447e2a268af4c22 (diff)
correct function prototype
Diffstat (limited to 'src/scanopt.c')
-rw-r--r--src/scanopt.c2
1 files changed, 1 insertions, 1 deletions
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)
{