summaryrefslogtreecommitdiff
path: root/packet.h
diff options
context:
space:
mode:
Diffstat (limited to 'packet.h')
-rw-r--r--packet.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/packet.h b/packet.h
index e5432714e..0f5e71049 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.21 2001/02/28 21:27:47 markus Exp $"); */ 14/* RCSID("$OpenBSD: packet.h,v 1.22 2001/04/14 16:33:20 stevesk Exp $"); */
15 15
16#ifndef PACKET_H 16#ifndef PACKET_H
17#define PACKET_H 17#define PACKET_H
@@ -178,8 +178,8 @@ extern int max_packet_size;
178int packet_set_maxsize(int s); 178int packet_set_maxsize(int s);
179#define packet_get_maxsize() max_packet_size 179#define packet_get_maxsize() max_packet_size
180 180
181/* Stores tty modes from the fd into current packet. */ 181/* Stores tty modes from the fd or tiop into current packet. */
182void tty_make_modes(int fd); 182void tty_make_modes(int fd, struct termios *tiop);
183 183
184/* Parses tty modes for the fd from the current packet. */ 184/* Parses tty modes for the fd from the current packet. */
185void tty_parse_modes(int fd, int *n_bytes_ptr); 185void tty_parse_modes(int fd, int *n_bytes_ptr);