From d54e9550da59465d9a795c885e18199122b57ba5 Mon Sep 17 00:00:00 2001 From: "Bernhard R. Link" Date: Sun, 4 Oct 2009 13:59:03 +0200 Subject: proper prototype of ssh_session_new Signed-off-by: Andreas Schneider --- include/libssh/priv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libssh/priv.h b/include/libssh/priv.h index 8dbf9a3f..5dc3889d 100644 --- a/include/libssh/priv.h +++ b/include/libssh/priv.h @@ -134,7 +134,7 @@ int packet_hmac_verify(ssh_session session,ssh_buffer buffer,unsigned char *mac) /* connect.c */ int ssh_regex_init(void); void ssh_regex_finalize(void); -ssh_session ssh_session_new(); +ssh_session ssh_session_new(void); socket_t ssh_connect_host(ssh_session session, const char *host,const char *bind_addr, int port, long timeout, long usec); -- cgit