enlightenment/src/bin/e_int_config_borders.h

11 lines
233 B
C

#ifdef E_TYPEDEFS
#else
#ifndef E_INT_CONFIG_BORDERS_H
#define E_INT_CONFIG_BORDERS_H
EAPI E_Config_Dialog *e_int_config_borders(E_Container *con);
EAPI E_Config_Dialog *e_int_config_borders_border(E_Border *border);
#endif
#endif