diff options
author | Aris Adamantiadis <aris@0xbadc0de.be> | 2009-10-09 21:44:05 +0200 |
---|---|---|
committer | Aris Adamantiadis <aris@0xbadc0de.be> | 2009-10-09 21:44:05 +0200 |
commit | 58294442d3589f464571ff86071a260e0f548d26 (patch) | |
tree | 355f2683d657ec44de047741b9fc8202d0c46d83 /include/libssh/server.h | |
parent | 2e9c13dad00c038fe7fa0eb8e81fc8990cb8893c (diff) | |
download | libssh-58294442d3589f464571ff86071a260e0f548d26.tar.gz libssh-58294442d3589f464571ff86071a260e0f548d26.tar.xz libssh-58294442d3589f464571ff86071a260e0f548d26.zip |
Moved samples into examples directory
Diffstat (limited to 'include/libssh/server.h')
-rw-r--r-- | include/libssh/server.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/libssh/server.h b/include/libssh/server.h index 681792cb..1b6e3e5d 100644 --- a/include/libssh/server.h +++ b/include/libssh/server.h @@ -111,7 +111,8 @@ LIBSSH_API void ssh_bind_fd_toaccept(SSH_BIND *ssh_bind); * @brief Accept an incoming ssh connection and initialize the session. * * @param ssh_bind The ssh server bind to accept a connection. - * + * @param session A preallocated ssh session + * @see ssh_new * @return A newly allocated ssh session, NULL on error. */ LIBSSH_API int ssh_bind_accept(SSH_BIND *ssh_bind, ssh_session session); |