aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/priv.h
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2011-09-17 18:58:30 +0200
committerAndreas Schneider <asn@cryptomilk.org>2011-09-18 21:37:17 +0200
commitc2686b8febf2c57761cfa9e47c8dc533f84d1cb2 (patch)
tree9a5382c6a2a2c253da279a824d696ad2cdc61579 /include/libssh/priv.h
parente7009fe8f3928db009f5d03ff47bd159599e5440 (diff)
downloadlibssh-c2686b8febf2c57761cfa9e47c8dc533f84d1cb2.tar.gz
libssh-c2686b8febf2c57761cfa9e47c8dc533f84d1cb2.tar.xz
libssh-c2686b8febf2c57761cfa9e47c8dc533f84d1cb2.zip
socket: Move socket function to right location.
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);