fix build break, change the e_log_dom's visibility to E_API 63/58263/1 accepted/tizen/mobile/20160129.002902 accepted/tizen/tv/20160129.002956 accepted/tizen/wearable/20160129.003018 submit/tizen/20160128.222616
authorSeunghun Lee <shiin.lee@samsung.com>
Thu, 28 Jan 2016 22:23:26 +0000 (07:23 +0900)
committerSeunghun Lee <shiin.lee@samsung.com>
Thu, 28 Jan 2016 22:23:26 +0000 (07:23 +0900)
Change-Id: I1944fe79b1747eeebbe153cb9471fb33a6335727

src/bin/e_log.c
src/bin/e_log.h

index ea73da2..5502c2e 100644 (file)
@@ -1,6 +1,6 @@
 #include "e.h"
 
-EINTERN int e_log_dom = -1;
+E_API int e_log_dom = -1;
 
 static const char *_names[] = {
    "CRI",
index 37a3b52..5d47348 100644 (file)
@@ -47,7 +47,7 @@
    while (0)
 
 
-EINTERN extern int e_log_dom;
+extern E_API int e_log_dom;
 
 EINTERN int e_log_init(void);
 EINTERN int e_log_shutdown(void);