aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cynapses.org>2010-06-01 23:11:00 +0200
committerAndreas Schneider <asn@cynapses.org>2010-06-01 23:11:00 +0200
commita138a520212f756695f2e9311bcc9990e52c4770 (patch)
treefa3fb8136e081fe5f640b0f2c20fd5330f708825
parent518a9b8d8c34ec9d7ac7513bc4508f9bff958499 (diff)
downloadlibssh-a138a520212f756695f2e9311bcc9990e52c4770.tar.gz
libssh-a138a520212f756695f2e9311bcc9990e52c4770.tar.xz
libssh-a138a520212f756695f2e9311bcc9990e52c4770.zip
doc: Fixed ssh_path_expand_tilde documentation.
-rw-r--r--libssh/misc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libssh/misc.c b/libssh/misc.c
index 676ed76..42900bd 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.