summaryrefslogtreecommitdiff
path: root/src/modules/wizard/e_mod_main.h
blob: 3d898ada172b8fd5bd34293db8fd48a607d63c8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef E_MOD_MAIN_H
#define E_MOD_MAIN_H

#define E_TYPEDEFS 1
#include "e_wizard.h"

#undef E_TYPEDEFS
#include "e_wizard.h"


EAPI extern E_Module_Api e_modapi;

EAPI void *e_modapi_init     (E_Module *m);
EAPI int   e_modapi_shutdown (E_Module *m);
EAPI int   e_modapi_save     (E_Module *m);

#endif