agentx_config.h
上传用户:wxp200602
上传日期:2007-10-30
资源大小:4028k
文件大小:0k
源码类别:

SNMP编程

开发平台:

Unix_Linux

  1. #ifndef __AGENTX_CONFIG_H__
  2. #define __AGENTX_CONFIG_H__
  3. config_belongs_in(agent_module)
  4. #ifdef __cplusplus
  5. extern          "C" {
  6. #endif
  7.     void            agentx_parse_master(const char *token, char *cptr);
  8.     void            agentx_parse_agentx_socket(const char *token,
  9.                                                char *cptr);
  10.     void            init_agentx_config(void);
  11. #ifdef __cplusplus
  12. }
  13. #endif
  14. #endif                          /* __AGENTX_CONFIG_H__ */