From 7b63fe2f2226a36421f56a6b880665c77e2ac825 Mon Sep 17 00:00:00 2001 From: Nicolas Viennot Date: Wed, 6 Nov 2013 20:08:11 -0500 Subject: server: Add a ssh_send_keepalive() function. Reviewed-by: Andreas Schneider --- include/libssh/server.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/libssh') diff --git a/include/libssh/server.h b/include/libssh/server.h index dbffecdd..9d095feb 100644 --- a/include/libssh/server.h +++ b/include/libssh/server.h @@ -382,6 +382,8 @@ LIBSSH_API int ssh_channel_write_stderr(ssh_channel channel, const void *data, uint32_t len); +LIBSSH_API int ssh_send_keepalive(ssh_session session); + /* deprecated functions */ SSH_DEPRECATED LIBSSH_API int ssh_accept(ssh_session session); SSH_DEPRECATED LIBSSH_API int channel_write_stderr(ssh_channel channel, -- cgit