mirror of
https://github.com/ipxe/ipxe
synced 2025-12-15 00:12:19 +03:00
Added missing prototype
This commit is contained in:
@@ -51,6 +51,7 @@ extern char *optarg;
|
|||||||
extern int optind;
|
extern int optind;
|
||||||
extern int optopt;
|
extern int optopt;
|
||||||
|
|
||||||
|
extern void reset_getopt();
|
||||||
extern int getopt_long ( int argc, char * const argv[], const char *optstring,
|
extern int getopt_long ( int argc, char * const argv[], const char *optstring,
|
||||||
const struct option *longopts, int *longindex );
|
const struct option *longopts, int *longindex );
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user