From 5269c01b024bccc86753418c32b04ff9fae82d81 Mon Sep 17 00:00:00 2001 From: Jehan Monnier Date: Mon, 7 Dec 2015 17:03:59 +0100 Subject: [PATCH] fix c++ compilation issue --- coreapi/friendlist.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/coreapi/friendlist.h b/coreapi/friendlist.h index a3b7ad7ab..3bea37738 100644 --- a/coreapi/friendlist.h +++ b/coreapi/friendlist.h @@ -124,7 +124,7 @@ LINPHONE_PUBLIC void linphone_friend_list_set_rls_uri(LinphoneFriendList *list, * @param[in] friend LinphoneFriend object to add to the friend list. * @return LinphoneFriendListOK if successfully added, LinphoneFriendListInvalidFriend if the friend is not valid. **/ -LINPHONE_PUBLIC LinphoneFriendListStatus linphone_friend_list_add_friend(LinphoneFriendList *list, LinphoneFriend *friend); +LINPHONE_PUBLIC LinphoneFriendListStatus linphone_friend_list_add_friend(LinphoneFriendList *list, LinphoneFriend *afriend); /** * Remove a friend from a friend list. @@ -132,7 +132,7 @@ LINPHONE_PUBLIC LinphoneFriendListStatus linphone_friend_list_add_friend(Linphon * @param[in] friend LinphoneFriend object to remove from the friend list. * @return LinphoneFriendListOK if removed successfully, LinphoneFriendListNonExistentFriend if the friend is not in the list. **/ -LINPHONE_PUBLIC LinphoneFriendListStatus linphone_friend_list_remove_friend(LinphoneFriendList *list, LinphoneFriend *friend); +LINPHONE_PUBLIC LinphoneFriendListStatus linphone_friend_list_remove_friend(LinphoneFriendList *list, LinphoneFriend *afriend); /** * Find a friend in the friend list using a LinphoneAddress.