summaryrefslogtreecommitdiff
path: root/src/modules/layout/e_mod_main.h
blob: 2eb60362ec90098a7d088fc76c80fb8f4dfecda9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
 */
#ifndef E_MOD_MAIN_H
#define E_MOD_MAIN_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