summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/packet.h
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-05-11 19:01:44 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-05-11 19:01:44 +0000
commit864be3f922476a5c2cc5e3ec42c6881063ce787f (patch)
treed5f2fcc19905bc234c22d2a7e59c30969afd184c /usr.bin/ssh/packet.h
parente58c86ca6a450ac471b70aba4aadaa52d0b1aaa3 (diff)
improve some code lint did not like; djm millert ok
Diffstat (limited to 'usr.bin/ssh/packet.h')
-rw-r--r--usr.bin/ssh/packet.h4
1 files changed, 2 insertions, 2 deletions
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 <ylo@cs.hut.fi>
@@ -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 */