From 24aeed5d1f40291c0c33a34403b212434e8f4e85 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Mon, 6 Nov 2006 23:57:50 +0000 Subject: doxygen documentation for option module added ssh_finalize() into libssh.h git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@78 7dcaeef0-15fb-0310-b436-a5af3365683c --- include/libssh/libssh.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/libssh/libssh.h') diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h index 2221386b..bf7877b6 100644 --- a/include/libssh/libssh.h +++ b/include/libssh/libssh.h @@ -247,6 +247,9 @@ char *ssh_userauth_kbdint_getinstruction(SSH_SESSION *session); char *ssh_userauth_kbdint_getprompt(SSH_SESSION *session, int i, char *echo); void ssh_userauth_kbdint_setanswer(SSH_SESSION *session, unsigned int i, char *answer); + +/* init.c */ +int ssh_finalize(); #ifdef __cplusplus } ; #endif -- cgit