diff options
Diffstat (limited to 'include/libssh/libssh.h')
-rw-r--r-- | include/libssh/libssh.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h index 2221386..bf7877b 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 |