From 8c143958f3dbdd318707ba916596bfe90e94bd06 Mon Sep 17 00:00:00 2001 From: Ronan Abhamon Date: Fri, 14 Apr 2017 09:27:28 +0200 Subject: [PATCH] feat(core): wrap linphone_core_clear_all_auth_info --- include/linphone/core.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/linphone/core.h b/include/linphone/core.h index 1a98e371b..c99939b71 100644 --- a/include/linphone/core.h +++ b/include/linphone/core.h @@ -2003,8 +2003,9 @@ LINPHONE_PUBLIC void linphone_core_abort_authentication(LinphoneCore *lc, Linpho /** * Clear all authentication information. -**/ -LINPHONE_PUBLIC void linphone_core_clear_all_auth_info(LinphoneCore *lc); + * @ingroup authentication + **/ +LINPHONE_PUBLIC void linphone_core_clear_all_auth_info(LinphoneCore *lc); /** * Sets an default account creator service in the core