mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-30 09:49:26 +00:00
Adding missing function for LinphoneLoggingCbs
This commit is contained in:
parent
1cf491257e
commit
8ddd7ad309
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue