From 864be3f922476a5c2cc5e3ec42c6881063ce787f Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Tue, 11 May 2004 19:01:44 +0000 Subject: improve some code lint did not like; djm millert ok --- usr.bin/ssh/packet.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/ssh/packet.h') diff --git a/usr.bin/ssh/packet.h b/usr.bin/ssh/packet.h index 7732fafb71f..37f82f2f603 100644 --- a/usr.bin/ssh/packet.h +++ b/usr.bin/ssh/packet.h @@ -1,4 +1,4 @@ -/* $OpenBSD: packet.h,v 1.40 2003/06/24 08:23:46 markus Exp $ */ +/* $OpenBSD: packet.h,v 1.41 2004/05/11 19:01:43 deraadt Exp $ */ /* * Author: Tatu Ylonen @@ -82,7 +82,7 @@ void tty_make_modes(int, struct termios *); void tty_parse_modes(int, int *); extern u_int max_packet_size; -u_int packet_set_maxsize(u_int); +int packet_set_maxsize(u_int); #define packet_get_maxsize() max_packet_size /* don't allow remaining bytes after the end of the message */ -- cgit v1.2.3