aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/priv.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libssh/priv.h')
-rw-r--r--include/libssh/priv.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/libssh/priv.h b/include/libssh/priv.h
index bd457579..6d8eeb43 100644
--- a/include/libssh/priv.h
+++ b/include/libssh/priv.h
@@ -206,8 +206,6 @@ socket_t ssh_connect_host(ssh_session session, const char *host,const char
*bind_addr, int port, long timeout, long usec);
socket_t ssh_connect_host_nonblocking(ssh_session session, const char *host,
const char *bind_addr, int port);
-void ssh_sock_set_nonblocking(socket_t sock);
-void ssh_sock_set_blocking(socket_t sock);
/* in base64.c */
ssh_buffer base64_to_bin(const char *source);