Git init
[framework/uifw/e17-extra-modules.git] / illume2-slp / src / e_mod_config.h
1 #ifndef E_MOD_CONFIG_H
2 # define E_MOD_CONFIG_H
3
4 # define IL_CONFIG_MAJOR 0
5 # define IL_CONFIG_MINOR 1
6
7 int e_mod_illume_config_init(void);
8 int e_mod_illume_config_shutdown(void);
9 int e_mod_illume_config_save(void);
10
11 #endif