summaryrefslogtreecommitdiff
path: root/opacket.h
diff options
context:
space:
mode:
Diffstat (limited to 'opacket.h')
-rw-r--r--opacket.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/opacket.h b/opacket.h
index d2a63a355..c487f4f40 100644
--- a/opacket.h
+++ b/opacket.h
@@ -153,5 +153,9 @@ void packet_disconnect(const char *, ...)
153 ssh_packet_set_rekey_limits(active_state, x, y) 153 ssh_packet_set_rekey_limits(active_state, x, y)
154#define packet_get_bytes(x,y) \ 154#define packet_get_bytes(x,y) \
155 ssh_packet_get_bytes(active_state, x, y) 155 ssh_packet_get_bytes(active_state, x, y)
156#define packet_set_mux() \
157 ssh_packet_set_mux(active_state)
158#define packet_get_mux() \
159 ssh_packet_get_mux(active_state)
156 160
157#endif /* _OPACKET_H */ 161#endif /* _OPACKET_H */