summaryrefslogtreecommitdiff
path: root/opacket.h
diff options
context:
space:
mode:
Diffstat (limited to 'opacket.h')
-rw-r--r--opacket.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/opacket.h b/opacket.h
index 1e15626eb..261ed1f81 100644
--- a/opacket.h
+++ b/opacket.h
@@ -44,6 +44,7 @@ void packet_restore_state(void);
44void packet_set_connection(int, int); 44void packet_set_connection(int, int);
45int packet_read_seqnr(u_int32_t *); 45int packet_read_seqnr(u_int32_t *);
46int packet_read_poll_seqnr(u_int32_t *); 46int packet_read_poll_seqnr(u_int32_t *);
47void packet_process_incoming(const char *buf, u_int len);
47#define packet_set_timeout(timeout, count) \ 48#define packet_set_timeout(timeout, count) \
48 ssh_packet_set_timeout(active_state, (timeout), (count)) 49 ssh_packet_set_timeout(active_state, (timeout), (count))
49#define packet_connection_is_on_socket() \ 50#define packet_connection_is_on_socket() \
@@ -86,8 +87,6 @@ int packet_read_poll_seqnr(u_int32_t *);
86 ssh_packet_read(active_state) 87 ssh_packet_read(active_state)
87#define packet_read_expect(expected_type) \ 88#define packet_read_expect(expected_type) \
88 ssh_packet_read_expect(active_state, (expected_type)) 89 ssh_packet_read_expect(active_state, (expected_type))
89#define packet_process_incoming(buf, len) \
90 ssh_packet_process_incoming(active_state, (buf), (len))
91#define packet_get_int64() \ 90#define packet_get_int64() \
92 ssh_packet_get_int64(active_state) 91 ssh_packet_get_int64(active_state)
93#define packet_get_bignum(value) \ 92#define packet_get_bignum(value) \