From 0f77578ee2095311ebe71785be4ee7dad135728a Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Sat, 26 Sep 2009 01:34:14 +0200 Subject: Fixed doxygen compilation warnings --- libssh/keyfiles.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libssh/keyfiles.c') diff --git a/libssh/keyfiles.c b/libssh/keyfiles.c index 193fd11..372093a 100644 --- a/libssh/keyfiles.c +++ b/libssh/keyfiles.c @@ -865,7 +865,7 @@ void privatekey_free(ssh_private_key prv) { /** \brief Retrieve a public key from a file * \param session the SSH session * \param filename Filename of the key - * \param _type Pointer to a integer. If it is not null, it contains the type of the key after execution. + * \param type Pointer to a integer. If it is not null, it contains the type of the key after execution. * \return a SSH String containing the public key, or NULL if it failed. * \see string_free() * \see publickey_from_privatekey() -- cgit