From 43ecc924a187bf1b830679a3591d4c79ec6a06cd Mon Sep 17 00:00:00 2001 From: Ronan Abhamon Date: Wed, 23 May 2018 10:39:18 +0200 Subject: [PATCH] fix(core): export linphone_core_get_linphone_specs and linphone_core_set_linphone_specs as public --- include/linphone/core.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/linphone/core.h b/include/linphone/core.h index 4fdc0c26d..4137e4f69 100644 --- a/include/linphone/core.h +++ b/include/linphone/core.h @@ -4989,7 +4989,7 @@ LINPHONE_PUBLIC void linphone_core_add_content_type_support(LinphoneCore *lc, co * @return The linphone specs telling what functionalities the linphone client supports * @ingroup initializing */ -const char *linphone_core_get_linphone_specs (const LinphoneCore *core); +LINPHONE_PUBLIC const char *linphone_core_get_linphone_specs (const LinphoneCore *core); /** * Set the linphone specs value telling what functionalities the linphone client supports. @@ -4997,7 +4997,7 @@ const char *linphone_core_get_linphone_specs (const LinphoneCore *core); * @param[in] specs The linphone specs to set * @ingroup initializing */ -void linphone_core_set_linphone_specs (LinphoneCore *core, const char *specs); +LINPHONE_PUBLIC void linphone_core_set_linphone_specs (LinphoneCore *core, const char *specs); /** * Remove support for the specified content type.