summaryrefslogtreecommitdiff
path: root/agent/mibgroup/agentx/master_admin.h
blob: 8f1a6cc39426a19e9224f0282cf1c016fd053c86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef _AGENTX_MASTER_ADMIN_H
#define _AGENTX_MASTER_ADMIN_H

config_belongs_in(agent_module)

int             handle_master_agentx_packet(int, netsnmp_session *,
                                            int, netsnmp_pdu *, void *);

int             close_agentx_session(netsnmp_session * session,
                                     int sessid);

#endif                          /* _AGENTX_MASTER_ADMIN_H */