From a0f096f7a9e3f88efcd1a2181b5ff73ca4e34f67 Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Tue, 9 Apr 2013 12:33:15 +0200 Subject: [PATCH] Add missing exports. --- coreapi/linphonecore.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/coreapi/linphonecore.h b/coreapi/linphonecore.h index d4ca59bea..fd3b89a17 100644 --- a/coreapi/linphonecore.h +++ b/coreapi/linphonecore.h @@ -1233,8 +1233,8 @@ LINPHONE_PUBLIC void linphone_core_set_ring(LinphoneCore *lc, const char *path); const char *linphone_core_get_ring(const LinphoneCore *lc); LINPHONE_PUBLIC void linphone_core_verify_server_certificates(LinphoneCore *lc, bool_t yesno); void linphone_core_verify_server_cn(LinphoneCore *lc, bool_t yesno); -void linphone_core_set_root_ca(LinphoneCore *lc, const char *path); -const char *linphone_core_get_root_ca(LinphoneCore *lc); +LINPHONE_PUBLIC void linphone_core_set_root_ca(LinphoneCore *lc, const char *path); +LINPHONE_PUBLIC const char *linphone_core_get_root_ca(LinphoneCore *lc); LINPHONE_PUBLIC void linphone_core_set_ringback(LinphoneCore *lc, const char *path); const char * linphone_core_get_ringback(const LinphoneCore *lc);