00001 #ifndef SNMP_PERL_H
00002 #define SNMP_PERL_H
00003
00004 #ifdef __cplusplus
00005 extern "C" {
00006 #endif
00007
00008 void init_perl(void);
00009 void shutdown_perl(void);
00010
00011 #ifdef __cplusplus
00012 }
00013 #endif
00014
00015 #endif