Revert "Revert "and added files""
[bcm963xx.git] / userapps / opensource / net-snmp / agent / mibgroup / agentx / agentx_config.h
1 #ifndef __AGENTX_CONFIG_H__
2 #define __AGENTX_CONFIG_H__
3
4 #ifdef __cplusplus
5 extern          "C" {
6 #endif
7
8     void            agentx_parse_master(const char *token, char *cptr);
9     void            agentx_parse_agentx_socket(const char *token,
10                                                char *cptr);
11     void            init_agentx_config(void);
12
13 #ifdef __cplusplus
14 }
15 #endif
16 #endif                          /* __AGENTX_CONFIG_H__ */