aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/priv.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libssh/priv.h')
-rw-r--r--include/libssh/priv.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/libssh/priv.h b/include/libssh/priv.h
index 4c5b9d30..7edb8d00 100644
--- a/include/libssh/priv.h
+++ b/include/libssh/priv.h
@@ -300,6 +300,9 @@ struct ssh_kbdint {
void ssh_cleanup(SSH_SESSION *session);
+/* client.c */
+
+int ssh_send_banner(SSH_SESSION *session, int is_server);
/* errors.c */
void ssh_set_error(void *error,int code,char *descr,...);