enlightenment/src/modules/conf_intl/e_int_config_intl.h

13 lines
241 B
C
Raw Normal View History

/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifdef E_TYPEDEFS
#else
#ifndef E_INT_CONFIG_INTL_H
#define E_INT_CONFIG_INTL_H
2010-01-22 12:28:39 -08:00
E_Config_Dialog *e_int_config_intl(E_Container *con, const char *params __UNUSED__);
#endif
#endif