mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-15 07:38:43 +00:00
9 lines
196 B
C
9 lines
196 B
C
|
#ifndef _BIRD_SNMP_SUBAGENT_H_
|
||
|
#define _BIRD_SNMP_SUBAGENT_H_
|
||
|
|
||
|
int snmp_start_subagent(void (*hook)(void));
|
||
|
void snmp_agent_reconfigure(void);
|
||
|
void snmp_stop_subagent(void (*hook)(void));
|
||
|
|
||
|
#endif
|