diff options
Diffstat (limited to 'packet.h')
-rw-r--r-- | packet.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: packet.h,v 1.56 2011/05/06 21:14:05 djm Exp $ */ | 1 | /* $OpenBSD: packet.h,v 1.57 2012/01/25 19:40:09 markus Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
@@ -55,7 +55,6 @@ void packet_send(void); | |||
55 | 55 | ||
56 | int packet_read(void); | 56 | int packet_read(void); |
57 | void packet_read_expect(int type); | 57 | void packet_read_expect(int type); |
58 | int packet_read_poll(void); | ||
59 | void packet_process_incoming(const char *buf, u_int len); | 58 | void packet_process_incoming(const char *buf, u_int len); |
60 | int packet_read_seqnr(u_int32_t *seqnr_p); | 59 | int packet_read_seqnr(u_int32_t *seqnr_p); |
61 | int packet_read_poll_seqnr(u_int32_t *seqnr_p); | 60 | int packet_read_poll_seqnr(u_int32_t *seqnr_p); |