From 84eab624373493b0bbc0918fca5742fc566a90ad Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Mon, 8 Apr 2013 17:49:42 +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 9865a6894..d4ca59bea 100644 --- a/coreapi/linphonecore.h +++ b/coreapi/linphonecore.h @@ -1231,7 +1231,7 @@ char linphone_core_get_sound_source(LinphoneCore *lc); void linphone_core_set_sound_source(LinphoneCore *lc, char source); LINPHONE_PUBLIC void linphone_core_set_ring(LinphoneCore *lc, const char *path); const char *linphone_core_get_ring(const LinphoneCore *lc); -void linphone_core_verify_server_certificates(LinphoneCore *lc, bool_t yesno); +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); @@ -1443,7 +1443,7 @@ int linphone_core_get_max_calls(LinphoneCore *lc); * @param lc core * @param max number of simultaneous calls */ -void linphone_core_set_max_calls(LinphoneCore *lc, int max); +LINPHONE_PUBLIC void linphone_core_set_max_calls(LinphoneCore *lc, int max); bool_t linphone_core_sound_resources_locked(LinphoneCore *lc);