aboutsummaryrefslogtreecommitdiff
path: root/include/libssh
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cynapses.org>2010-08-09 21:28:16 +0200
committerAndreas Schneider <asn@cynapses.org>2010-08-09 21:28:47 +0200
commit39c9a6dfed3d55c0e7df2d71c2f7d690f9abae89 (patch)
tree0dc29bc8ff18caf1aa5f5c7d2504d0c2d3ed5c1a /include/libssh
parent561df8d9a23bc3ba37b30a699be5247b83ecac24 (diff)
downloadlibssh-39c9a6dfed3d55c0e7df2d71c2f7d690f9abae89.tar.gz
libssh-39c9a6dfed3d55c0e7df2d71c2f7d690f9abae89.tar.xz
libssh-39c9a6dfed3d55c0e7df2d71c2f7d690f9abae89.zip
server: Merge ssh_bind_accept.
Diffstat (limited to 'include/libssh')
-rw-r--r--include/libssh/server.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/libssh/server.h b/include/libssh/server.h
index 1c315d5..716494c 100644
--- a/include/libssh/server.h
+++ b/include/libssh/server.h
@@ -131,17 +131,6 @@ LIBSSH_API int ssh_bind_accept(ssh_bind ssh_bind_o, ssh_session session);
*/
LIBSSH_API void ssh_bind_free(ssh_bind ssh_bind_o);
-/**
- * @brief Accept the incoming connections.
- *
- * This exchanges the banner and cryptographic keys.
- *
- * @param session The ssh session to accept a connection.
- *
- * @return 0 on success, < 0 on error.
- */
-LIBSSH_API int ssh_bind_accept(ssh_session session);
-
LIBSSH_API int channel_write_stderr(ssh_channel channel, const void *data, uint32_t len);
/* messages.c */