eolian: fix tests after the EAPI switch

This commit is contained in:
Daniel Kolesa 2015-04-28 15:19:48 +01:00
parent 39b14d705a
commit 2794ca975c
3 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ typedef Eo Class_Simple;
*/
#define CLASS_SIMPLE_CLASS class_simple_class_get()
const Eo_Class *class_simple_class_get(void) EINA_CONST;
EAPI const Eo_Class *class_simple_class_get(void) EINA_CONST;
/**
*

View File

@ -38,7 +38,7 @@ struct Opaque;
#endif
#define STRUCT_CLASS struct_class_get()
const Eo_Class *struct_class_get(void) EINA_CONST;
EAPI const Eo_Class *struct_class_get(void) EINA_CONST;
/**
*

View File

@ -19,7 +19,7 @@ typedef Eina_List *List_Objects;
#endif
#define TYPEDEF_CLASS typedef_class_get()
const Eo_Class *typedef_class_get(void) EINA_CONST;
EAPI const Eo_Class *typedef_class_get(void) EINA_CONST;
/**
*