summaryrefslogtreecommitdiffstats
path: root/src/include/getopt.h
diff options
context:
space:
mode:
authorMichael Brown2006-12-08 01:21:08 +0100
committerMichael Brown2006-12-08 01:21:08 +0100
commit1e4a838f55a05fb456da5851d892fbd5df8c49c0 (patch)
tree7a5692328b681d3c245343b792a7a7f54256cc06 /src/include/getopt.h
parentAdded a functional version of getopt() and getopt_long(), ready for use (diff)
downloadipxe-1e4a838f55a05fb456da5851d892fbd5df8c49c0.tar.gz
ipxe-1e4a838f55a05fb456da5851d892fbd5df8c49c0.tar.xz
ipxe-1e4a838f55a05fb456da5851d892fbd5df8c49c0.zip
Added missing prototype
Diffstat (limited to 'src/include/getopt.h')
-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 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 );