diff options
| author | Aris Adamantiadis <aris@0xbadc0de.be> | 2010-08-20 12:59:42 +0200 |
|---|---|---|
| committer | Aris Adamantiadis <aris@0xbadc0de.be> | 2010-08-20 12:59:42 +0200 |
| commit | 9590a643ab6d028770964cb27833f6eece094520 (patch) | |
| tree | 90ffd5cb2a78e9b7181c8e5ee8f2750750a9ff7b | |
| parent | bec9bc12223dc710435acdff1f70cd9e5cde7f80 (diff) | |
| download | libssh-9590a643ab6d028770964cb27833f6eece094520.tar.gz libssh-9590a643ab6d028770964cb27833f6eece094520.tar.xz libssh-9590a643ab6d028770964cb27833f6eece094520.zip | |
Fixed "@deprecated" in doxygen
| -rw-r--r-- | libssh/auth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libssh/auth.c b/libssh/auth.c index b4705204..e5f54f3e 100644 --- a/libssh/auth.c +++ b/libssh/auth.c @@ -172,7 +172,7 @@ static int wait_auth_status(ssh_session session, int kbdint) { /** * @brief retrieves available authentication methods for this session - * @obsolete + * @deprecated * @see ssh_userauth_list */ int ssh_auth_list(ssh_session session) { |
