summaryrefslogtreecommitdiff
path: root/agent/mibgroup/agentx/agentx_config.h
blob: 9496a471ae747cf288398510dc8b454d6229bca3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#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__ */