aboutsummaryrefslogtreecommitdiff
path: root/include/libssh
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2006-11-06 23:57:50 +0000
committerAris Adamantiadis <aris@0xbadc0de.be>2006-11-06 23:57:50 +0000
commit24aeed5d1f40291c0c33a34403b212434e8f4e85 (patch)
tree70517120ff4453d51196b821d7c0d514a8f65844 /include/libssh
parent44b54704433753599ff246e4461556afef645a5d (diff)
downloadlibssh-24aeed5d1f40291c0c33a34403b212434e8f4e85.tar.gz
libssh-24aeed5d1f40291c0c33a34403b212434e8f4e85.tar.xz
libssh-24aeed5d1f40291c0c33a34403b212434e8f4e85.zip
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
Diffstat (limited to 'include/libssh')
-rw-r--r--include/libssh/libssh.h3
1 files changed, 3 insertions, 0 deletions
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