summaryrefslogtreecommitdiffstats
path: root/include/libssh
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2011-01-28 13:03:51 +0100
committerAndreas Schneider <asn@cryptomilk.org>2011-01-28 13:09:02 +0100
commitb7db87c8175a22df6dfc48a935ffe8604b757c62 (patch)
treebdfb78e2dbc167092d0e817bab7bd9374bc8e764 /include/libssh
parenteb49bf4bfdf90278d3dadb40766e602a1756fc98 (diff)
downloadlibssh-b7db87c8175a22df6dfc48a935ffe8604b757c62.tar.gz
libssh-b7db87c8175a22df6dfc48a935ffe8604b757c62.tar.xz
libssh-b7db87c8175a22df6dfc48a935ffe8604b757c62.zip
doc: Fixed callbacks documentation.
Diffstat (limited to 'include/libssh')
-rw-r--r--include/libssh/callbacks.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/libssh/callbacks.h b/include/libssh/callbacks.h
index 83ac5eea..baf5ebcf 100644
--- a/include/libssh/callbacks.h
+++ b/include/libssh/callbacks.h
@@ -34,6 +34,11 @@ extern "C" {
#endif
/**
+ * @addtogroup ssh_session
+ * @{
+ */
+
+/**
* @brief SSH authentication callback.
*
* @param prompt Prompt to be displayed.
@@ -110,4 +115,6 @@ LIBSSH_API int ssh_set_callbacks(ssh_session session, ssh_callbacks cb);
}
#endif
+/** @} */
+
#endif /*_SSH_CALLBACK_H */