summaryrefslogtreecommitdiff
path: root/agent/mibgroup/examples/scalar_int.h
blob: 223b5681dd92321c08f4df8d77681b12c7efa6aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef SCALAR_INT_H
#define SCALAR_INT_H

#ifdef __cplusplus
extern "C" {
#endif

void            init_scalar_int(void);

#ifdef __cplusplus
}
#endif

#endif                          /* SCALAR_INT_H */