Change-Id: Ib45cc4d5345ed9d9f49ab851b3eab32ed7b493cd
#include <e_screen_reader_config.h>
#include <e_screen_reader_private.h>
-Gestures_Config *_e_mod_config;
+#undef _e_mod_config
+static Gestures_Config *_e_mod_config;
static E_Config_DD *_conf_edd;
+const Gestures_Config *_e_mod_config_get(void)
+{
+ return _e_mod_config;
+}
static Eina_Bool
_e_mod_config_new(void)
int _e_mod_atspi_config_save(void);
/*< External config handle - valid after initalization */
-extern Gestures_Config *_e_mod_config;
+const Gestures_Config *_e_mod_config_get(void);
+#define _e_mod_config _e_mod_config_get()
#endif /* E_SCREEN_READER_CONFIG_H_ */