From 4c57c254e2db3fa1f3ffaa15d3e13eafd1eba41a Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Wed, 12 Nov 2014 09:54:58 +0100 Subject: elocation: _EVENT_IN and _EVENT_OUT are internal events which means no EAPI --- src/lib/elocation/elocation.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/lib/elocation') diff --git a/src/lib/elocation/elocation.c b/src/lib/elocation/elocation.c index 2478c51623..0722a56b93 100644 --- a/src/lib/elocation/elocation.c +++ b/src/lib/elocation/elocation.c @@ -40,8 +40,6 @@ static char nmea_sentence[256]; int _elocation_log_dom = -1; /* Elocation ecore event types we provide to the application. */ -EAPI int ELOCATION_EVENT_IN; -EAPI int ELOCATION_EVENT_OUT; EAPI int ELOCATION_EVENT_STATUS; EAPI int ELOCATION_EVENT_POSITION; EAPI int ELOCATION_EVENT_ADDRESS; @@ -53,6 +51,10 @@ EAPI int ELOCATION_EVENT_SATELLITE; EAPI int ELOCATION_EVENT_POI; EAPI int ELOCATION_EVENT_META_READY; +/* Internal events */ +int ELOCATION_EVENT_IN; +int ELOCATION_EVENT_OUT; + static void _dummy_free(void *user_data EINA_UNUSED, void *func_data EINA_UNUSED) { -- cgit v1.2.1