enlightenment/src/modules/wizard/e_wizard.h

15 lines
203 B
C

/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifdef E_TYPEDEFS
#else
#ifndef E_WIZARD_H
#define E_WIZARD_H
EAPI int e_wizard_init(void);
EAPI int e_wizard_shutdown(void);
#endif
#endif