#ifndef ECDB_GUI_H #define ECDB_GUI_H int ecdb_create_main_gui(void); int ecdb_create_data_tab(void); void ecdb_set_main_theme(const char *theme_name, const char *group); #endif