From: englebass Date: Fri, 24 Oct 2008 05:49:29 +0000 (+0000) Subject: Make ecore_print_warning externally accesible for ecore_evas X-Git-Tag: build/2012-07-04.173327~2843 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6a60d859500dcfb07f30ad8f9a83fcae8b9ae6dc;p=profile%2Fivi%2Fecore.git Make ecore_print_warning externally accesible for ecore_evas git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@37040 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/ecore/ecore_private.h b/src/lib/ecore/ecore_private.h index cabf045..f1c8784 100644 --- a/src/lib/ecore/ecore_private.h +++ b/src/lib/ecore/ecore_private.h @@ -107,7 +107,7 @@ #undef IF_FN_DEL #define IF_FN_DEL(_fn, ptr) if (ptr) { _fn(ptr); ptr = NULL; } -inline void ecore_print_warning(const char *function, const char *sparam); +EAPI inline void ecore_print_warning(const char *function, const char *sparam); /* convenience macros for checking pointer parameters for non-NULL */ #undef CHECK_PARAM_POINTER_RETURN diff --git a/src/lib/ecore/ecore_value.c b/src/lib/ecore/ecore_value.c index 19fcdd4..963da91 100644 --- a/src/lib/ecore/ecore_value.c +++ b/src/lib/ecore/ecore_value.c @@ -35,7 +35,7 @@ EAPI const unsigned int ecore_prime_table[] = 2097143, 4194301, 8388617, 16777213 }; -inline void +EAPI inline void ecore_print_warning(const char *function, const char *sparam) { fprintf(stderr, "***** Developer Warning ***** :\n"