enlightenment/src/modules/conf/e_conf.h

12 lines
164 B
C

#ifdef E_TYPEDEFS
#else
#ifndef E_CONF_H
#define E_CONF_H
void e_configure_show(E_Container *con, const char *params);
void e_configure_del(void);
#endif
#endif