From 358950e13502e12f8e0a82a39df3b6f80893af54 Mon Sep 17 00:00:00 2001 From: Jehan Monnier Date: Wed, 11 Feb 2015 18:01:36 +0100 Subject: [PATCH] fix compilation issue --- coreapi/linphonecore.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/coreapi/linphonecore.c b/coreapi/linphonecore.c index 91b3d060b..63899e9e0 100644 --- a/coreapi/linphonecore.c +++ b/coreapi/linphonecore.c @@ -153,6 +153,8 @@ const LinphoneAddress *linphone_core_get_current_call_remote_address(struct _Lin return linphone_call_get_remote_address(call); } +static void linphone_core_log_collection_handler(OrtpLogLevel level, const char *fmt, va_list args); + void linphone_core_set_log_handler(OrtpLogFunc logfunc) { if (ortp_logv_out == linphone_core_log_collection_handler) { ms_message("There is already a log collection handler, keep it");