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