Sign in
gfiber
/
vendor
/
opensource
/
netsnmp
/
16d4fef7d4cd90e8fcc12d98964567c7a9fcd0af
/
.
/
agent
/
mibgroup
/
examples
/
data_set.h
blob: c9cf8b2d8d0e5e15b7d4890df0b5823142e704ed [
file
] [
log
] [
blame
]
#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 */