Use the right type.
authorcedric <cedric>
Wed, 13 Aug 2008 09:26:13 +0000 (09:26 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 13 Aug 2008 09:26:13 +0000 (09:26 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/proto/eina@35459 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/eina_error.c

index 877adc4..74ef382 100644 (file)
@@ -46,7 +46,7 @@ static void *_print_cb_data = NULL;
 #define WHITE   "\033[37;1m"
 #define NOTHING "\033[0m"
 
-int EINA_ERROR_OUT_OF_MEMORY = 0;
+EAPI Eina_Error EINA_ERROR_OUT_OF_MEMORY = 0;
 
 #ifdef DEBUG
 static Eina_Error_Level _error_level = EINA_ERROR_LEVEL_DBG;