http://git.etherboot.org
/
people
/
mcb30
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be0cd1c
)
Added missing prototype
author
Michael Brown
<mcb30@etherboot.org>
Fri, 8 Dec 2006 00:21:08 +0000
(
00:21
+0000)
committer
Michael Brown
<mcb30@etherboot.org>
Fri, 8 Dec 2006 00:21:08 +0000
(
00:21
+0000)
src/include/getopt.h
patch
|
blob
|
history
diff --git
a/src/include/getopt.h
b/src/include/getopt.h
index
e9d3d64
..
8bf0d33
100644
(file)
--- 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 );