added files
[bcm963xx.git] / userapps / opensource / net-snmp / include / net-snmp / library / snmp_parse_args.h
1 #ifndef SNMP_PARSE_ARGS_H
2 #define SNMP_PARSE_ARGS_H
3 #ifdef __cplusplus
4 extern          "C" {
5 #endif
6
7     int             snmp_parse_args(int, char *const *, netsnmp_session *,
8                                     const char *, void (*)(int,
9                                                            char *const *,
10                                                            int));
11     void            snmp_parse_args_descriptions(FILE *);
12     void            snmp_parse_args_usage(FILE *);
13
14 #ifdef __cplusplus
15 }
16 #endif
17 #endif