Remove dlog_print_{dotnet,native} information from the header 78/293178/1 accepted/tizen/unified/20230609.163732
authorChanwoo Choi <cw00.choi@samsung.com>
Mon, 22 May 2023 06:19:33 +0000 (15:19 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Mon, 22 May 2023 06:21:16 +0000 (15:21 +0900)
dlog.h header file is published by Tizen rootstrap in order to keep
the ABI compatibility. It should only contain the published
information. So that remove dlog_print_{dotnet,native} information
from the header

Change-Id: I91588df23017864fbc767a3c1bb2bebd48c71cf1
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
include/dlog.h

index a5d4437..53333a2 100644 (file)
@@ -181,10 +181,6 @@ int main(void)
  */
 int dlog_vprint(log_priority prio, const char *tag, const char *fmt, va_list ap);
 
-/* `dlog_print_dotnet` and `dlog_print_native` are missing on purpose, even from
- * the internal `dlog-internal.h` header - this is a client requirement. Declare
- * them manually if you need to use them or use `dlsym()` on `libdlog.so`. */
-
 /**
  * @}
  */