forked from mirrors/linphone-iphone
fix(core): export linphone_core_get_linphone_specs and linphone_core_set_linphone_specs as public
This commit is contained in:
parent
c51aa48e83
commit
43ecc924a1
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue