mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-04-24 09:28:40 +00:00
fix windows build
This commit is contained in:
parent
ad6eb080f6
commit
beb062bd89
1 changed files with 4 additions and 4 deletions
|
|
@ -468,10 +468,10 @@ void _linphone_friend_list_release(LinphoneFriendList *list);
|
||||||
/*get rls either from list or core if any*/
|
/*get rls either from list or core if any*/
|
||||||
const LinphoneAddress * _linphone_friend_list_get_rls_address(const LinphoneFriendList *list);
|
const LinphoneAddress * _linphone_friend_list_get_rls_address(const LinphoneFriendList *list);
|
||||||
|
|
||||||
void linphone_friend_invalidate_subscription(LinphoneFriend *lf);
|
LINPHONE_PUBLIC void linphone_friend_invalidate_subscription(LinphoneFriend *lf);
|
||||||
void linphone_friend_close_subscriptions(LinphoneFriend *lf);
|
void linphone_friend_close_subscriptions(LinphoneFriend *lf);
|
||||||
void _linphone_friend_release(LinphoneFriend *lf);
|
void _linphone_friend_release(LinphoneFriend *lf);
|
||||||
void linphone_friend_update_subscribes(LinphoneFriend *fr, bool_t only_when_registered);
|
LINPHONE_PUBLIC void linphone_friend_update_subscribes(LinphoneFriend *fr, bool_t only_when_registered);
|
||||||
void linphone_friend_notify(LinphoneFriend *lf, LinphonePresenceModel *presence);
|
void linphone_friend_notify(LinphoneFriend *lf, LinphonePresenceModel *presence);
|
||||||
void linphone_friend_apply(LinphoneFriend *fr, LinphoneCore *lc);
|
void linphone_friend_apply(LinphoneFriend *fr, LinphoneCore *lc);
|
||||||
void linphone_friend_add_incoming_subscription(LinphoneFriend *lf, SalOp *op);
|
void linphone_friend_add_incoming_subscription(LinphoneFriend *lf, SalOp *op);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue