mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
fix compilation issue
This commit is contained in:
parent
d107a069ed
commit
358950e135
1 changed files with 2 additions and 0 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue