forked from mirrors/linphone-iphone
Also deprecated linphone_core_add_friend and linphone_core_remove_friend
This commit is contained in:
parent
32ac62bb23
commit
2e62153e1f
1 changed files with 2 additions and 0 deletions
|
|
@ -353,6 +353,7 @@ LINPHONE_PUBLIC void linphone_core_interpret_friend_uri(LinphoneCore *lc, const
|
|||
* Add a friend to the current buddy list, if \link linphone_friend_enable_subscribes() subscription attribute \endlink is set, a SIP SUBSCRIBE message is sent.
|
||||
* @param lc #LinphoneCore object
|
||||
* @param fr #LinphoneFriend to add
|
||||
* @deprecated use linphone_friend_list_add_friend() instead.
|
||||
*/
|
||||
LINPHONE_PUBLIC void linphone_core_add_friend(LinphoneCore *lc, LinphoneFriend *fr);
|
||||
|
||||
|
|
@ -360,6 +361,7 @@ LINPHONE_PUBLIC void linphone_core_add_friend(LinphoneCore *lc, LinphoneFriend *
|
|||
* Removes a friend from the buddy list
|
||||
* @param lc #LinphoneCore object
|
||||
* @param fr #LinphoneFriend to remove
|
||||
* @deprecated use linphone_friend_list_remove_friend() instead.
|
||||
*/
|
||||
LINPHONE_PUBLIC void linphone_core_remove_friend(LinphoneCore *lc, LinphoneFriend *fr);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue