summaryrefslogtreecommitdiffhomepage
path: root/session.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2013-03-29 20:44:13 +0800
committerMatt Johnston <matt@ucc.asn.au>2013-03-29 20:44:13 +0800
commit4f62da0f0d5da78b6c7a0cf507307aeacc8ac842 (patch)
tree388f3c01e3c97b15aa696950062e2afb2e78eea9 /session.h
parent9be0d6b53d6b85a8f273ee28876405fbca49b9fd (diff)
first_kex_packet_follows working, needs tidying
--HG-- branch : kexguess
Diffstat (limited to 'session.h')
-rw-r--r--session.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/session.h b/session.h
index 0719e34..6b106f5 100644
--- a/session.h
+++ b/session.h
@@ -178,6 +178,8 @@ struct sshsession {
void(*remoteclosed)(); /* A callback to handle closure of the
remote connection */
+ void(*send_kex_first_guess)();
+
struct AuthState authstate; /* Common amongst client and server, since most
struct elements are common */