diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2003-09-23 20:41:12 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2003-09-23 20:41:12 +0000 |
commit | 8cf486d5d89a94681b17b383d294ac9eb5fe19c0 (patch) | |
tree | de0ce4cd9b6f2e5a54b5da11dc9341facf37ced1 /usr.bin/ssh/channels.h | |
parent | 338ac2ca1b01bfb19692a4b9cda5ec5b7c3665b3 (diff) |
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 */ |