summaryrefslogtreecommitdiffhomepage
path: root/packet.h
diff options
context:
space:
mode:
Diffstat (limited to 'packet.h')
-rw-r--r--packet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/packet.h b/packet.h
index e9768cd..8fadeb3 100644
--- a/packet.h
+++ b/packet.h
@@ -35,6 +35,7 @@ void encrypt_packet();
void process_packet();
+void maybe_flush_reply_queue();
typedef struct PacketType {
unsigned char type; /* SSH_MSG_FOO */
void (*handler)();