experimental-legacy/ecdb/trunk/src/ecdb_gui.h

8 lines
113 B
C
Raw Normal View History

2008-06-06 03:02:27 +00:00
#ifndef ECDB_GUI_H
#define ECDB_GUI_H
void ecdb_create_main_gui(void);
2008-06-10 03:33:53 +00:00
void ecdb_create_data_tab(void);
2008-06-06 03:02:27 +00:00
#endif