summaryrefslogtreecommitdiff
path: root/opacket.h
diff options
context:
space:
mode:
Diffstat (limited to 'opacket.h')
-rw-r--r--opacket.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/opacket.h b/opacket.h
index 46d31f805..c49d0c04a 100644
--- a/opacket.h
+++ b/opacket.h
@@ -149,5 +149,7 @@ void packet_disconnect(const char *, ...)
149 ssh_packet_set_mux(active_state) 149 ssh_packet_set_mux(active_state)
150#define packet_get_mux() \ 150#define packet_get_mux() \
151 ssh_packet_get_mux(active_state) 151 ssh_packet_get_mux(active_state)
152#define packet_clear_keys() \
153 ssh_packet_clear_keys(active_state)
152 154
153#endif /* _OPACKET_H */ 155#endif /* _OPACKET_H */