From c02b16ddcd027ceea4f3b7823b586860b1aefaf9 Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Fri, 24 Feb 2017 13:50:46 +0100 Subject: [PATCH] Add missing symbol export. --- coreapi/private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreapi/private.h b/coreapi/private.h index f044a323b..72fe5273a 100644 --- a/coreapi/private.h +++ b/coreapi/private.h @@ -1562,7 +1562,7 @@ struct _LinphoneImEncryptionEngine { BELLE_SIP_DECLARE_VPTR_NO_EXPORT(LinphoneImEncryptionEngine); -LinphoneImEncryptionEngine *linphone_im_encryption_engine_new(LinphoneCore *lc); +LINPHONE_PUBLIC LinphoneImEncryptionEngine *linphone_im_encryption_engine_new(LinphoneCore *lc); /** Belle Sip-based objects need unique ids */