net-snmp 5.7
|
00001 #ifndef DELAYED_INSTANCE_H 00002 #define DELAYED_INSTANCE_H 00003 00004 #ifdef __cplusplus 00005 extern "C" { 00006 #endif 00007 00008 Netsnmp_Node_Handler delayed_instance_handler; 00009 void init_delayed_instance(void); 00010 SNMPAlarmCallback return_delayed_response; 00011 00012 #ifdef __cplusplus 00013 } 00014 #endif 00015 00016 #endif /* DELAYED_INSTANCE_H */