From 1e4a838f55a05fb456da5851d892fbd5df8c49c0 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Fri, 8 Dec 2006 00:21:08 +0000 Subject: [PATCH] Added missing prototype --- src/include/getopt.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/include/getopt.h b/src/include/getopt.h index e9d3d647..8bf0d331 100644 --- a/src/include/getopt.h +++ b/src/include/getopt.h @@ -51,6 +51,7 @@ extern char *optarg; extern int optind; extern int optopt; +extern void reset_getopt(); extern int getopt_long ( int argc, char * const argv[], const char *optstring, const struct option *longopts, int *longindex );