mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-02 11:19:30 +00:00
Forgot one function in previous commit.
This commit is contained in:
parent
563bb427b0
commit
9a8bb85ff3
1 changed files with 4 additions and 0 deletions
|
|
@ -90,6 +90,10 @@ void linphone_im_encryption_engine_set_user_data(LinphoneImEncryptionEngine *ime
|
|||
imee->user_data = data;
|
||||
}
|
||||
|
||||
LinphoneCore * linphone_im_encryption_engine_get_core(LinphoneImEncryptionEngine *imee) {
|
||||
return imee->lc;
|
||||
}
|
||||
|
||||
LinphoneImEncryptionEngineCbs* linphone_im_encryption_engine_get_callbacks(const LinphoneImEncryptionEngine *imee) {
|
||||
return imee->callbacks;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue