From 3ea1f7ae7cbf175e000cb58c03e98d25a21fea15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Thu, 19 Sep 2013 09:48:19 +0200 Subject: [PATCH] eo: rename _Eo_Internal -> _Eo_Object --- src/lib/eo/eo_private.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/eo/eo_private.h b/src/lib/eo/eo_private.h index 7117206236..9e1cbfc9c7 100644 --- a/src/lib/eo/eo_private.h +++ b/src/lib/eo/eo_private.h @@ -56,7 +56,7 @@ extern int _eo_log_dom; typedef uintptr_t Eo_Id; typedef struct _Eo_Class _Eo_Class; -typedef struct _Eo_Internal _Eo; +typedef struct _Eo_Object _Eo; /* Retrieves the pointer to the object from the id */ static inline _Eo *_eo_obj_pointer_get(const Eo_Id obj_id); @@ -72,7 +72,7 @@ static inline void _eo_free_ids_tables(void); void _eo_condtor_done(Eo *obj); -struct _Eo_Internal { +struct _Eo_Object { #ifndef HAVE_EO_ID EINA_MAGIC #endif