added files
[bcm963xx.git] / userapps / opensource / net-snmp / include / net-snmp / library / getopt.h
1 #ifndef _GETOPT_H_
2 #define _GETOPT_H_ 1
3
4 #ifdef __cplusplus
5 extern          "C" {
6 #endif
7
8     extern int      getopt(int, char *const *, const char *);
9     extern char    *optarg;
10     extern int      optind, opterr, optopt, optreset;
11
12 #ifdef __cplusplus
13 }
14 #endif
15 #endif