summaryrefslogtreecommitdiff
path: root/agent/mibgroup/examples/data_set.h
blob: c9cf8b2d8d0e5e15b7d4890df0b5823142e704ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef DATA_SET_H
#define DATA_SET_H

#ifdef __cplusplus
extern "C" {
#endif

void            init_data_set(void);
void            shutdown_data_set(void);


#ifdef __cplusplus
}
#endif

#endif                          /* DATA_SET_H */