diff options
author | 2003-09-23 20:41:11 +0000 | |
---|---|---|
committer | 2003-09-23 20:41:11 +0000 | |
commit | 9fcc78e4b8cccf5e1b5f3042b2357458ea823034 (patch) | |
tree | e62044e7c4a2bf035493c9d88e5c8e36876cf04f /usr.bin/ssh/channels.h | |
parent | Limit "proc: table is full" messages to once every 10 seconds which helps when there is a fork bomb going on. From NetBSD (jdolecek) (diff) | |
download | wireguard-openbsd-9fcc78e4b8cccf5e1b5f3042b2357458ea823034.tar.xz wireguard-openbsd-9fcc78e4b8cccf5e1b5f3042b2357458ea823034.zip |
move client only agent code to clientloop.c
Diffstat (limited to 'usr.bin/ssh/channels.h')
-rw-r--r-- | usr.bin/ssh/channels.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ssh/channels.h b/usr.bin/ssh/channels.h index dd54114d6c0..37395fe09fc 100644 --- a/usr.bin/ssh/channels.h +++ b/usr.bin/ssh/channels.h @@ -1,4 +1,4 @@ -/* $OpenBSD: channels.h,v 1.70 2002/06/24 14:33:27 markus Exp $ */ +/* $OpenBSD: channels.h,v 1.71 2003/09/23 20:41:11 markus Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> @@ -213,7 +213,6 @@ void deny_input_open(int, u_int32_t, void *); /* agent forwarding */ void auth_request_forwarding(void); -void auth_input_open_request(int, u_int32_t, void *); /* channel close */ |