Rev 3403 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3403 | Rev 4691 | ||
|---|---|---|---|
| Line 56... | Line 56... | ||
| 56 | /* if flag not NULL, value to set *flag to; else return value */ |
56 | /* if flag not NULL, value to set *flag to; else return value */ |
| 57 | int val; |
57 | int val; |
| 58 | }; |
58 | }; |
| 59 | 59 | ||
| 60 | /* HelenOS Port - These need to be exposed for legacy getopt() */ |
60 | /* HelenOS Port - These need to be exposed for legacy getopt() */ |
| 61 | extern char *optarg; |
61 | extern const char *optarg; |
| 62 | extern int optind, opterr, optopt; |
62 | extern int optind, opterr, optopt; |
| 63 | extern int optreset; |
63 | extern int optreset; |
| 64 | 64 | ||
| 65 | int getopt_long(int, char * const *, const char *, |
65 | int getopt_long(int, char * const *, const char *, |
| 66 | const struct option *, int *); |
66 | const struct option *, int *); |