summaryrefslogtreecommitdiff
path: root/cleopatre/application/spidnetsnmp/agent/mibgroup/agentx/master.h
blob: b6a7f6bbc4696d6c03f9b2db811659458c88eb1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef _AGENTX_MASTER_H
#define _AGENTX_MASTER_H

config_belongs_in(agent_module)

config_require(agentx/protocol)
config_require(agentx/client)
config_require(agentx/master_admin)
config_require(agentx/agentx_config)
config_require(mibII/sysORTable)

     void            init_master(void);
     void            real_init_master(void);
     Netsnmp_Node_Handler agentx_master_handler;

#endif                          /* _AGENTX_MASTER_H */