summaryrefslogtreecommitdiffstats
path: root/include/libssh
diff options
context:
space:
mode:
Diffstat (limited to 'include/libssh')
-rw-r--r--include/libssh/priv.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/libssh/priv.h b/include/libssh/priv.h
index 68f0e18..f344ced 100644
--- a/include/libssh/priv.h
+++ b/include/libssh/priv.h
@@ -722,6 +722,10 @@ int ssh_handle_packets(SSH_SESSION *session);
/* match.c */
int match_hostname(const char *host, const char *pattern, unsigned int len);
+/* messages.c */
+
+void message_handle(SSH_SESSION *session, u32 type);
+
/* log.c */
#define _enter_function(sess) \