blob: 9bd16071a2b51ec6a7e10adf8f3da9ad55d6d640 (
plain) (
blame)
1
2
3
4
5
6
7
|
#ifndef _E_TABLE_CONFIG_H
#define _E_TABLE_CONFIG_H
GtkWidget *e_table_gui_config (ETable *etable);
void e_table_do_gui_config (ETable *etable);
#endif /* _E_TABLE_CONFIG_H */
|