From 8ddd7ad3099e3a8875c630f1cb7f393ea2eefd51 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 6a5182113..6f2a216d6 100644 --- a/coreapi/logging.c +++ b/coreapi/logging.c @@ -249,6 +249,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