From b3a6fd3619f61ce8ce8b23e5b6be2e4b7019f061 Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Thu, 19 Sep 2013 15:57:00 +0200 Subject: [PATCH] Fix wrong documentation. --- coreapi/linphonefriend.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreapi/linphonefriend.h b/coreapi/linphonefriend.h index fd896ac3f..6b07069f6 100644 --- a/coreapi/linphonefriend.h +++ b/coreapi/linphonefriend.h @@ -331,7 +331,7 @@ LINPHONE_PUBLIC const MSList * linphone_core_get_friend_list(const LinphoneCore /** * notify all friends that have subscribed * @param lc #LinphoneCore object - * @param os #LinphoneOnlineStatus to notify + * @param presence #LinphonePresenceModel to notify * */ LINPHONE_PUBLIC void linphone_core_notify_all_friends(LinphoneCore *lc, LinphonePresenceModel *presence);