Forgot one function in previous commit.

This commit is contained in:
Ghislain MARY 2016-12-19 12:06:12 +01:00
parent 563bb427b0
commit 9a8bb85ff3

View file

@ -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;
}