1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-11-27 13:21:11 +03:00

ssh_init()

fixes in client.c and server.c for this


git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@778 7dcaeef0-15fb-0310-b436-a5af3365683c
This commit is contained in:
Aris Adamantiadis
2009-06-15 15:31:23 +00:00
parent 3873489688
commit 7dbc66e4a3
4 changed files with 21 additions and 12 deletions

View File

@@ -377,6 +377,7 @@ int ssh_userauth_kbdint_setanswer(SSH_SESSION *session, unsigned int i,
/* init.c */
int ssh_init(void);
int ssh_finalize(void);
#ifdef __cplusplus