From: SooChan Lim Date: Thu, 1 Jun 2023 01:42:55 +0000 (+0900) Subject: e_error: change E_API into EINTERN X-Git-Tag: accepted/tizen/unified/20230605.170338~38 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1114a06938d14547d8b9d1990d66f9329e7dcd3c;p=platform%2Fupstream%2Fenlightenment.git e_error: change E_API into EINTERN Change-Id: I7d47961140163fae3a5a05eb5760c8828d35f063 --- diff --git a/src/bin/e_error.c b/src/bin/e_error.c index fa7e2b4bfc..8e5c529c0f 100644 --- a/src/bin/e_error.c +++ b/src/bin/e_error.c @@ -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); diff --git a/src/bin/e_error.h b/src/bin/e_error.h index cf6d6836d9..737052a0ee 100644 --- a/src/bin/e_error.h +++ b/src/bin/e_error.h @@ -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