From d10e73ffd71380751ed196a9f444e0c48c52cd00 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Fri, 20 Aug 2010 12:59:42 +0200 Subject: Fixed "@deprecated" in doxygen --- libssh/auth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libssh/auth.c') diff --git a/libssh/auth.c b/libssh/auth.c index dfc7b0f..801f48a 100644 --- a/libssh/auth.c +++ b/libssh/auth.c @@ -250,7 +250,7 @@ static int wait_auth_status(ssh_session session) { /** * @brief retrieves available authentication methods for this session - * @obsolete + * @deprecated * @see ssh_userauth_list */ int ssh_auth_list(ssh_session session) { -- cgit