net-snmp/agent/mibgroup/examples/watched.h

15 lines
182 B
C

#ifndef EXAMPLES_WATCHED_H
#define EXAMPLES_WATCHED_H
#ifdef __cplusplus
extern "C" {
#endif
void init_watched(void);
#ifdef __cplusplus
}
#endif
#endif /* EXAMPLES_WATCHED_H */