aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2011-08-28 13:20:58 +0200
committerAndreas Schneider <asn@cryptomilk.org>2011-08-28 13:20:58 +0200
commit16b47496c1a91dbdf139528caf39326d456cd7d3 (patch)
tree9773478395b00d2abead9ba703b06e39fd03a5f9 /include
parent9379a93c989178cf7967da84b6fa26632c4b0e5d (diff)
downloadlibssh-16b47496c1a91dbdf139528caf39326d456cd7d3.tar.gz
libssh-16b47496c1a91dbdf139528caf39326d456cd7d3.tar.xz
libssh-16b47496c1a91dbdf139528caf39326d456cd7d3.zip
sftp: Don't create file page.
Diffstat (limited to 'include')
-rw-r--r--include/libssh/sftp.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/include/libssh/sftp.h b/include/libssh/sftp.h
index c9db89bb..49d7020b 100644
--- a/include/libssh/sftp.h
+++ b/include/libssh/sftp.h
@@ -20,7 +20,7 @@
*/
/**
- * @file sftp.h
+ * @defgroup libssh_sftp The libssh SFTP API
*
* @brief SFTP handling functions
*
@@ -31,12 +31,6 @@
* the sftp system puts it into the queue, so the process having asked for
* it can fetch it, while continuing to read for other messages (it is
* unspecified in which order messages may be sent back to the client
- */
-
-/**
- * @defgroup libssh_sftp The libssh SFTP API
- *
- * Functions to do FTP transfer over SSH.
*
* @{
*/