blob: 0f4d6915a661d5c4f58d77758b2a14e2f954249a [file] [log] [blame]
#ifndef _GETOPT_H_
#define _GETOPT_H_ 1
#ifdef __cplusplus
extern "C" {
#endif
NETSNMP_IMPORT int getopt(int, char *const *, const char *);
NETSNMP_IMPORT char *optarg;
NETSNMP_IMPORT int optind, opterr, optopt, optreset;
#ifdef __cplusplus
}
#endif
#endif