mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-24 18:41:57 +00:00
9 lines
169 B
C
9 lines
169 B
C
|
#ifndef subagent_H
|
||
|
#define subagent_H
|
||
|
|
||
|
void init_subagent(void);
|
||
|
Netsnmp_Node_Handler handle_identity;
|
||
|
Netsnmp_Node_Handler handle_systemStats;
|
||
|
|
||
|
#endif /* subagent_H */
|