diff --git a/coreapi/im_encryption_engine.c b/coreapi/im_encryption_engine.c index b9699af4c..c0afa3df5 100644 --- a/coreapi/im_encryption_engine.c +++ b/coreapi/im_encryption_engine.c @@ -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; }