summaryrefslogtreecommitdiff
path: root/agent/mibgroup/examples/delayed_instance.h
blob: 9d0e5225aef1153482fd73b67ac7163a48cf4cc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef DELAYED_INSTANCE_H
#define DELAYED_INSTANCE_H

#ifdef __cplusplus
extern "C" {
#endif

Netsnmp_Node_Handler delayed_instance_handler;
void            init_delayed_instance(void);
SNMPAlarmCallback return_delayed_response;

#ifdef __cplusplus
}
#endif

#endif /* DELAYED_INSTANCE_H */