Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
a5fdc283
Commit
a5fdc283
authored
Jul 29, 2015
by
Ghislain MARY
Browse files
The linphone_proxy_config_get_contact symbol needs to be exported for the tester.
parent
27a3183e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
coreapi/linphone_proxy_config.h
coreapi/linphone_proxy_config.h
+3
-0
coreapi/private.h
coreapi/private.h
+0
-1
No files found.
coreapi/linphone_proxy_config.h
View file @
a5fdc283
...
...
@@ -285,6 +285,9 @@ LINPHONE_PUBLIC void linphone_proxy_config_refresh_register(LinphoneProxyConfig
* @param[in] cfg #LinphoneProxyConfig object.
**/
LINPHONE_PUBLIC
void
linphone_proxy_config_pause_register
(
LinphoneProxyConfig
*
cfg
);
LINPHONE_PUBLIC
const
LinphoneAddress
*
linphone_proxy_config_get_contact
(
const
LinphoneProxyConfig
*
cfg
);
/**
* @return previously set contact parameters.
**/
...
...
coreapi/private.h
View file @
a5fdc283
...
...
@@ -353,7 +353,6 @@ void _linphone_proxy_config_release(LinphoneProxyConfig *cfg);
* Can be NULL
* */
const
LinphoneAddress
*
linphone_proxy_config_get_service_route
(
const
LinphoneProxyConfig
*
cfg
);
const
LinphoneAddress
*
linphone_proxy_config_get_contact
(
const
LinphoneProxyConfig
*
cfg
);
void
linphone_friend_close_subscriptions
(
LinphoneFriend
*
lf
);
void
linphone_friend_update_subscribes
(
LinphoneFriend
*
fr
,
LinphoneProxyConfig
*
cfg
,
bool_t
only_when_registered
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment