diff options
Diffstat (limited to 'opacket.h')
-rw-r--r-- | opacket.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -39,8 +39,6 @@ do { \ | |||
39 | void packet_close(void); | 39 | void packet_close(void); |
40 | u_int packet_get_char(void); | 40 | u_int packet_get_char(void); |
41 | u_int packet_get_int(void); | 41 | u_int packet_get_int(void); |
42 | void packet_backup_state(void); | ||
43 | void packet_restore_state(void); | ||
44 | void packet_set_connection(int, int); | 42 | void packet_set_connection(int, int); |
45 | int packet_read_seqnr(u_int32_t *); | 43 | int packet_read_seqnr(u_int32_t *); |
46 | int packet_read_poll_seqnr(u_int32_t *); | 44 | int packet_read_poll_seqnr(u_int32_t *); |
@@ -127,8 +125,6 @@ void packet_disconnect(const char *, ...) | |||
127 | sshpkt_add_padding(active_state, (pad)) | 125 | sshpkt_add_padding(active_state, (pad)) |
128 | #define packet_send_ignore(nbytes) \ | 126 | #define packet_send_ignore(nbytes) \ |
129 | ssh_packet_send_ignore(active_state, (nbytes)) | 127 | ssh_packet_send_ignore(active_state, (nbytes)) |
130 | #define packet_need_rekeying() \ | ||
131 | ssh_packet_need_rekeying(active_state) | ||
132 | #define packet_set_server() \ | 128 | #define packet_set_server() \ |
133 | ssh_packet_set_server(active_state) | 129 | ssh_packet_set_server(active_state) |
134 | #define packet_set_authenticated() \ | 130 | #define packet_set_authenticated() \ |