enlightenment/src/modules/conf_theme/e_int_config_theme_import.h

11 lines
219 B
C
Raw Normal View History

#ifdef E_TYPEDEFS
#else
#ifndef E_INT_CONFIG_THEME_IMPORT_H
#define E_INT_CONFIG_THEME_IMPORT_H
2010-01-22 12:28:39 -08:00
E_Win *e_int_config_theme_import (E_Config_Dialog *parent);
void e_int_config_theme_del (E_Win *win);
#endif
#endif