Use the right type name.

SVN revision: 35458
This commit is contained in:
Cedric BAIL 2008-08-13 09:25:22 +00:00
parent 13e1ab352d
commit ee5f9b2d75
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ typedef void (*Eina_Error_Print_Cb)(Eina_Error_Level level, const char *file,
const char *fnc, int line, const char *fmt, void *data,
va_list args);
EAPI extern int EINA_ERROR_OUT_OF_MEMORY;
EAPI extern Eina_Error EINA_ERROR_OUT_OF_MEMORY;
EAPI int eina_error_init(void);
EAPI int eina_error_shutdown(void);