enlightenment/src/modules/conf/e_conf.h

12 lines
144 B
C
Raw Normal View History

#ifdef E_TYPEDEFS
#else
#ifndef E_CONF_H
#define E_CONF_H
2010-01-22 12:28:39 -08:00
void e_configure_show(E_Container *con);
void e_configure_del(void);
#endif
#endif