blob: a5198edf53fdbc3c759333ee810d65bdeca25252 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#ifdef E_TYPEDEFS
#else
# ifndef E_XSETTINGS_H
# define E_XSETTINGS_H
EINTERN int e_xsettings_init(void);
EINTERN int e_xsettings_shutdown(void);
EAPI void e_xsettings_config_update(void);
# endif
#endif
|