blob: 9496a471ae747cf288398510dc8b454d6229bca3 [file] [log] [blame]
#ifndef __AGENTX_CONFIG_H__
#define __AGENTX_CONFIG_H__
config_belongs_in(agent_module)
#ifdef __cplusplus
extern "C" {
#endif
void agentx_parse_master(const char *token, char *cptr);
void agentx_parse_agentx_socket(const char *token,
char *cptr);
void agentx_config_init(void);
#ifdef __cplusplus
}
#endif
#endif /* __AGENTX_CONFIG_H__ */