From 2b578b4ef90360c6fc3b8c29c8cc62f42b7c6172 Mon Sep 17 00:00:00 2001 From: Erwan Croze Date: Thu, 5 Apr 2018 16:43:05 +0200 Subject: [PATCH] Adding missing function for LinphoneLoggingCbs --- coreapi/logging.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/coreapi/logging.c b/coreapi/logging.c index 8a87b8264..9731f872e 100644 --- a/coreapi/logging.c +++ b/coreapi/logging.c @@ -248,6 +248,10 @@ void linphone_logging_service_cbs_set_user_data(LinphoneLoggingServiceCbs *cbs, cbs->user_data = user_data; } +void *linphone_logging_service_cbs_get_user_data(const LinphoneLoggingServiceCbs *cbs) { + return cbs->user_data; +} + BELLE_SIP_INSTANCIATE_VPTR(LinphoneLoggingServiceCbs, belle_sip_object_t, NULL, // uninit NULL, // clone