summaryrefslogtreecommitdiff
path: root/packet.h
diff options
context:
space:
mode:
Diffstat (limited to 'packet.h')
-rw-r--r--packet.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/packet.h b/packet.h
index d281042f1..1cc79d47c 100644
--- a/packet.h
+++ b/packet.h
@@ -11,7 +11,7 @@
11 * called by a name other than "ssh" or "Secure Shell". 11 * called by a name other than "ssh" or "Secure Shell".
12 */ 12 */
13 13
14/* RCSID("$OpenBSD: packet.h,v 1.27 2001/12/19 17:16:13 stevesk Exp $"); */ 14/* RCSID("$OpenBSD: packet.h,v 1.28 2001/12/20 22:50:24 djm Exp $"); */
15 15
16#ifndef PACKET_H 16#ifndef PACKET_H
17#define PACKET_H 17#define PACKET_H
@@ -44,6 +44,8 @@ int packet_read(int *payload_len_ptr);
44void packet_read_expect(int *payload_len_ptr, int type); 44void packet_read_expect(int *payload_len_ptr, int type);
45int packet_read_poll(int *packet_len_ptr); 45int packet_read_poll(int *packet_len_ptr);
46void packet_process_incoming(const char *buf, u_int len); 46void packet_process_incoming(const char *buf, u_int len);
47int packet_read_seqnr(int *payload_len_ptr, u_int32_t *seqnr_p);
48int packet_read_poll_seqnr(int *packet_len_ptr, u_int32_t *seqnr_p);
47 49
48u_int packet_get_char(void); 50u_int packet_get_char(void);
49u_int packet_get_int(void); 51u_int packet_get_int(void);