e_error: change E_API into EINTERN 95/293695/1
authorSooChan Lim <sc1.lim@samsung.com>
Thu, 1 Jun 2023 01:42:55 +0000 (10:42 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Fri, 2 Jun 2023 06:45:07 +0000 (15:45 +0900)
Change-Id: I7d47961140163fae3a5a05eb5760c8828d35f063

src/bin/e_error.c
src/bin/e_error.h

index fa7e2b4..8e5c529 100644 (file)
@@ -5,7 +5,7 @@
 /* local subsystem globals */
 
 /* externally accessible functions */
-E_API void
+EINTERN void
 e_error_message_show_internal(char *txt)
 {
    ELOGF("E ERROR", "%s", NULL, txt);
index cf6d683..737052a 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef E_ERROR_H
 #define E_ERROR_H
 
-E_API void e_error_message_show_internal(char *txt);
+EINTERN void e_error_message_show_internal(char *txt);
 
 #endif
 #endif