enlightenment/src/modules/syscon/e_syscon.h

15 lines
214 B
C
Raw Normal View History

#ifdef E_TYPEDEFS
#else
#ifndef E_SYSCON_H
#define E_SYSCON_H
2010-01-22 12:28:39 -08:00
int e_syscon_init(void);
int e_syscon_shutdown(void);
2010-01-22 12:28:39 -08:00
int e_syscon_show(E_Zone *zone, const char *defact);
void e_syscon_hide(void);
#endif
#endif