summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/include/getopt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/getopt.h b/src/include/getopt.h
index e9d3d6471..8bf0d3317 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 );