aboutsummaryrefslogtreecommitdiff
path: root/libssh/init.c
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2010-02-07 21:54:02 +0100
committerAndreas Schneider <mail@cynapses.org>2010-02-07 22:36:03 +0100
commite8648416b8415439a00841c4bf808c8554ee1eed (patch)
tree60e81b3d5248feacb7735bfce3058580732f8637 /libssh/init.c
parentb971834d1040bdbbe5b775248ffe511f8615287a (diff)
downloadlibssh-e8648416b8415439a00841c4bf808c8554ee1eed.tar.gz
libssh-e8648416b8415439a00841c4bf808c8554ee1eed.tar.xz
libssh-e8648416b8415439a00841c4bf808c8554ee1eed.zip
Describe the main group a bit.
Diffstat (limited to 'libssh/init.c')
-rw-r--r--libssh/init.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/libssh/init.c b/libssh/init.c
index ddd56e02..5725fef0 100644
--- a/libssh/init.c
+++ b/libssh/init.c
@@ -33,7 +33,9 @@
/**
* @defgroup libssh The libssh API
*
- * This is a library implementing the SSH protocols.
+ * The libssh library is implementing the SSH protocols and some of its
+ * extensions. This group of functions is mostly used to implment a SSH client.
+ * Some function are needed to implement a SSH server too.
*
* @{
*/