diff options
author | Michael Brown <mcb30@etherboot.org> | 2006-12-08 00:21:08 +0000 |
---|---|---|
committer | Michael Brown <mcb30@etherboot.org> | 2006-12-08 00:21:08 +0000 |
commit | 1e4a838f55a05fb456da5851d892fbd5df8c49c0 (patch) | |
tree | 7a5692328b681d3c245343b792a7a7f54256cc06 /src/include/getopt.h | |
parent | be0cd1cddd18a29264091fabc69bf2ec7a1f2cd2 (diff) | |
download | ipxe-1e4a838f55a05fb456da5851d892fbd5df8c49c0.tar.gz |
Added missing prototype
Diffstat (limited to 'src/include/getopt.h')
-rw-r--r-- | src/include/getopt.h | 1 |
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 ); |