mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-12 03:00:26 +09:00
proper prototype of ssh_session_new
Signed-off-by: Andreas Schneider <mail@cynapses.org>
This commit is contained in:
committed by
Andreas Schneider
parent
d7c0270c89
commit
d54e9550da
@@ -134,7 +134,7 @@ int packet_hmac_verify(ssh_session session,ssh_buffer buffer,unsigned char *mac)
|
|||||||
/* connect.c */
|
/* connect.c */
|
||||||
int ssh_regex_init(void);
|
int ssh_regex_init(void);
|
||||||
void ssh_regex_finalize(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
|
socket_t ssh_connect_host(ssh_session session, const char *host,const char
|
||||||
*bind_addr, int port, long timeout, long usec);
|
*bind_addr, int port, long timeout, long usec);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user