net-snmp  5.4.1
getopt.h
00001 #ifndef _GETOPT_H_
00002 #define _GETOPT_H_ 1
00003 
00004 #ifdef __cplusplus
00005 extern          "C" {
00006 #endif
00007 
00008 NETSNMP_IMPORT int   getopt(int, char *const *, const char *);
00009 NETSNMP_IMPORT char *optarg;
00010 NETSNMP_IMPORT int   optind, opterr, optopt, optreset;
00011 
00012 #ifdef __cplusplus
00013 }
00014 #endif
00015 #endif