From 7dbc66e4a389b5d7cd075f73559415aaa0e555df Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Mon, 15 Jun 2009 15:31:23 +0000 Subject: 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 --- include/libssh/libssh.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h index 0514095..18d42c7 100644 --- a/include/libssh/libssh.h +++ b/include/libssh/libssh.h @@ -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 -- cgit