diff options
author | Andreas Schneider <asn@cryptomilk.org> | 2011-08-27 13:58:53 +0200 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2011-08-27 13:58:53 +0200 |
commit | 98ada12f66b3fcb5d1e6943ee88e22205c315b46 (patch) | |
tree | be09fa7db9e225b2b079803f6c6360736a934286 | |
parent | 0bd99b37735038a9f9177690d0090123e97158af (diff) | |
download | libssh-98ada12f66b3fcb5d1e6943ee88e22205c315b46.tar.gz libssh-98ada12f66b3fcb5d1e6943ee88e22205c315b46.tar.xz libssh-98ada12f66b3fcb5d1e6943ee88e22205c315b46.zip |
libsshpp: Remove type argument from doc.
-rw-r--r-- | include/libssh/libsshpp.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/libssh/libsshpp.hpp b/include/libssh/libsshpp.hpp index 5205871..a353826 100644 --- a/include/libssh/libsshpp.hpp +++ b/include/libssh/libsshpp.hpp @@ -206,7 +206,6 @@ public: return ret; } /** @brief Try to authenticate using the publickey method. - * @param[in] type public key type * @param[in] pubkey public key to use for authentication * @throws SshException on error * @returns SSH_AUTH_SUCCESS if the pubkey is accepted, |