Make ecore_print_warning externally accesible for ecore_evas

SVN revision: 37040
This commit is contained in:
Sebastian Dransfeld 2008-10-24 05:49:29 +00:00
parent 1d8a7e4dd3
commit 842d3dcf79
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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"