aboutsummaryrefslogtreecommitdiff
path: root/libssh
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2010-08-20 12:59:42 +0200
committerAris Adamantiadis <aris@0xbadc0de.be>2010-08-20 13:00:10 +0200
commitd10e73ffd71380751ed196a9f444e0c48c52cd00 (patch)
tree849695c9ce8da13e63a9f1d76f7496325585b1fb /libssh
parent1e75841036719b50683452b4a47185e7b87e8e3e (diff)
downloadlibssh-d10e73ffd71380751ed196a9f444e0c48c52cd00.tar.gz
libssh-d10e73ffd71380751ed196a9f444e0c48c52cd00.tar.xz
libssh-d10e73ffd71380751ed196a9f444e0c48c52cd00.zip
Fixed "@deprecated" in doxygen
Diffstat (limited to 'libssh')
-rw-r--r--libssh/auth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libssh/auth.c b/libssh/auth.c
index dfc7b0f8..801f48af 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) {