diff options
Diffstat (limited to 'packet.h')
-rw-r--r-- | packet.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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)(); |