From a138a520212f756695f2e9311bcc9990e52c4770 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 1 Jun 2010 23:11:00 +0200 Subject: [PATCH] doc: Fixed ssh_path_expand_tilde documentation. --- libssh/misc.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libssh/misc.c b/libssh/misc.c index 676ed76c..42900bd0 100644 --- a/libssh/misc.c +++ b/libssh/misc.c @@ -527,8 +527,6 @@ int ssh_mkdir(const char *pathname, mode_t mode) { /** * @brief Expand a directory starting with a tilde '~' * - * @param[in] session The ssh session to use. - * * @param[in] d The directory to expand. * * @return The expanded directory, NULL on error.