summaryrefslogtreecommitdiffstats
path: root/include/libssh/priv.h
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2008-03-12 01:33:03 +0000
committerAris Adamantiadis <aris@0xbadc0de.be>2008-03-12 01:33:03 +0000
commitfeb4a932472bc5bcb2e13d7e60bc89ab70aabd7a (patch)
tree64edb826b7fd41f2bf13153bfeca0c50814186b2 /include/libssh/priv.h
parent68a1a4cc2138039a85a8a8353c92d398eed57ff0 (diff)
downloadlibssh-feb4a932472bc5bcb2e13d7e60bc89ab70aabd7a.tar.gz
libssh-feb4a932472bc5bcb2e13d7e60bc89ab70aabd7a.tar.xz
libssh-feb4a932472bc5bcb2e13d7e60bc89ab70aabd7a.zip
fixed wrong prototypes for socket_t
bug #0000004 git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@149 7dcaeef0-15fb-0310-b436-a5af3365683c
Diffstat (limited to 'include/libssh/priv.h')
-rw-r--r--include/libssh/priv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libssh/priv.h b/include/libssh/priv.h
index f7a2130e..fa8ba3c2 100644
--- a/include/libssh/priv.h
+++ b/include/libssh/priv.h
@@ -492,7 +492,7 @@ int packet_wait(SSH_SESSION *session,int type,int blocking);
int packet_flush(SSH_SESSION *session, int enforce_blocking);
/* connect.c */
SSH_SESSION *ssh_session_new();
-int ssh_connect_host(SSH_SESSION *session, const char *host,const char
+socket_t ssh_connect_host(SSH_SESSION *session, const char *host,const char
*bind_addr, int port, long timeout, long usec);
/* in kex.c */