enlightenment/src/modules/conf_borders/e_int_config_borders.h

11 lines
274 B
C

#ifdef E_TYPEDEFS
#else
#ifndef E_INT_CONFIG_BORDERS_H
#define E_INT_CONFIG_BORDERS_H
E_Config_Dialog *e_int_config_borders(E_Container *con, const char *params __UNUSED__);
E_Config_Dialog *e_int_config_borders_border(E_Container *con, const char *params);
#endif
#endif