Niels Baggesen | d95b404 | 2009-05-06 21:59:20 +0000 | [diff] [blame] | 1 | #ifndef SNMP_PERL_H |
2 | #define SNMP_PERL_H | ||||
3 | |||||
4 | #ifdef __cplusplus | ||||
5 | extern "C" { | ||||
6 | #endif | ||||
7 | |||||
8 | void init_perl(void); | ||||
9 | void shutdown_perl(void); | ||||
10 | |||||
11 | #ifdef __cplusplus | ||||
12 | } | ||||
13 | #endif | ||||
14 | |||||
15 | #endif /* SNMP_PERL_H */ |