blob: e56f6007df4b635ec4f589bb7d534aaa5877b369 [file] [log] [blame]
#ifndef DATA_SET_H
#define DATA_SET_H
#ifdef __cplusplus
extern "C" {
#endif
void init_data_set(void);
#ifdef __cplusplus
}
#endif
#endif /* DATA_SET_H */