From 6369dbdd63ea672f73f48d0ec7b0f28487f5aaa3 Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Fri, 13 Oct 2017 14:26:18 +0200 Subject: [PATCH] Remove @donotwrap tag for just deprecated functions. --- include/linphone/auth_info.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/include/linphone/auth_info.h b/include/linphone/auth_info.h index 1e780f3cf..c14433056 100644 --- a/include/linphone/auth_info.h +++ b/include/linphone/auth_info.h @@ -71,19 +71,11 @@ LINPHONE_PUBLIC LinphoneAuthInfo *linphone_auth_info_ref(LinphoneAuthInfo *info) */ LINPHONE_PUBLIC void linphone_auth_info_unref(LinphoneAuthInfo *info); -/** - * Sets the password. - * @param[in] info The #LinphoneAuthInfo object - * @param[in] passwd The password. -**/ -LINPHONE_PUBLIC void linphone_auth_info_set_passwd(LinphoneAuthInfo *info, const char *passwd); - /** * Sets the password. * @param[in] info The #LinphoneAuthInfo object * @param[in] passwd The password. * @deprecated, use linphone_auth_info_set_password instead - * @donotwrap **/ LINPHONE_PUBLIC void linphone_auth_info_set_passwd(LinphoneAuthInfo *info, const char *passwd); @@ -171,7 +163,6 @@ LINPHONE_PUBLIC const char *linphone_auth_info_get_username(const LinphoneAuthIn * @param[in] info The #LinphoneAuthInfo object * @return The password. * @deprecated, use linphone_auth_info_get_password instead - * @donotwrap */ LINPHONE_PUBLIC const char *linphone_auth_info_get_passwd(const LinphoneAuthInfo *info);