summaryrefslogtreecommitdiff
path: root/packet.h
diff options
context:
space:
mode:
Diffstat (limited to 'packet.h')
-rw-r--r--packet.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/packet.h b/packet.h
index 690f2ec7e..0a64eb2a5 100644
--- a/packet.h
+++ b/packet.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: packet.h,v 1.72 2016/09/28 16:33:07 djm Exp $ */ 1/* $OpenBSD: packet.h,v 1.73 2016/09/30 09:19:13 markus Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -97,6 +97,10 @@ void ssh_packet_set_interactive(struct ssh *, int, int, int);
97int ssh_packet_is_interactive(struct ssh *); 97int ssh_packet_is_interactive(struct ssh *);
98void ssh_packet_set_server(struct ssh *); 98void ssh_packet_set_server(struct ssh *);
99void ssh_packet_set_authenticated(struct ssh *); 99void ssh_packet_set_authenticated(struct ssh *);
100void ssh_packet_set_mux(struct ssh *);
101int ssh_packet_get_mux(struct ssh *);
102
103int ssh_packet_log_type(u_char);
100 104
101int ssh_packet_send1(struct ssh *); 105int ssh_packet_send1(struct ssh *);
102int ssh_packet_send2_wrapped(struct ssh *); 106int ssh_packet_send2_wrapped(struct ssh *);