aboutsummaryrefslogtreecommitdiff
path: root/src/include/getopt.h
diff options
context:
space:
mode:
authorMichael Brown <mcb30@etherboot.org>2006-12-08 00:21:08 +0000
committerMichael Brown <mcb30@etherboot.org>2006-12-08 00:21:08 +0000
commit1e4a838f55a05fb456da5851d892fbd5df8c49c0 (patch)
tree7a5692328b681d3c245343b792a7a7f54256cc06 /src/include/getopt.h
parentbe0cd1cddd18a29264091fabc69bf2ec7a1f2cd2 (diff)
downloadipxe-1e4a838f55a05fb456da5851d892fbd5df8c49c0.zip
ipxe-1e4a838f55a05fb456da5851d892fbd5df8c49c0.tar.gz
ipxe-1e4a838f55a05fb456da5851d892fbd5df8c49c0.tar.bz2
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 e9d3d64..8bf0d33 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 );