From cf482ae3bfb8492d996cfc9e036f5086ff69eed4 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Wed, 17 Jun 2009 23:53:00 +0200 Subject: Begin of asynchronous SSH message parsing --- include/libssh/priv.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/libssh') diff --git a/include/libssh/priv.h b/include/libssh/priv.h index 68f0e183..f344cedd 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) \ -- cgit