aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2009-06-15 15:31:23 +0000
committerAris Adamantiadis <aris@0xbadc0de.be>2009-06-15 15:31:23 +0000
commit7dbc66e4a389b5d7cd075f73559415aaa0e555df (patch)
tree1aa963a15d00af7ac9fd64cb42d823be1366bed0 /include
parent387348968842dce1fd5da139fc858866c10830e2 (diff)
downloadlibssh-7dbc66e4a389b5d7cd075f73559415aaa0e555df.tar.gz
libssh-7dbc66e4a389b5d7cd075f73559415aaa0e555df.tar.xz
libssh-7dbc66e4a389b5d7cd075f73559415aaa0e555df.zip
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
Diffstat (limited to 'include')
-rw-r--r--include/libssh/libssh.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h
index 0514095a..18d42c73 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