summaryrefslogtreecommitdiff
path: root/agent/snmp_perl.h
blob: 00fcc1c2b88cf11ed58f069595d706a3dd9fe8e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef SNMP_PERL_H
#define SNMP_PERL_H

#ifdef __cplusplus
extern "C" {
#endif

void init_perl(void);
void shutdown_perl(void);

#ifdef __cplusplus
}
#endif

#endif /* SNMP_PERL_H */