net-snmp 5.7
data_set.h
00001 #ifndef DATA_SET_H
00002 #define DATA_SET_H
00003 
00004 #ifdef __cplusplus
00005 extern "C" {
00006 #endif
00007 
00008 void            init_data_set(void);
00009 void            shutdown_data_set(void);
00010 
00011 
00012 #ifdef __cplusplus
00013 }
00014 #endif
00015 
00016 #endif                          /* DATA_SET_H */