summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/channels.h
diff options
context:
space:
mode:
authormarkus <markus@openbsd.org>2002-06-10 22:28:41 +0000
committermarkus <markus@openbsd.org>2002-06-10 22:28:41 +0000
commite916071073aad3880e5d26cd25c966f043f99a8f (patch)
tree6b2d0293c5adfcbb825e726689819b0b8a14ec0b /usr.bin/ssh/channels.h
parentold bouncebuffering api not used anymore (diff)
downloadwireguard-openbsd-e916071073aad3880e5d26cd25c966f043f99a8f.tar.xz
wireguard-openbsd-e916071073aad3880e5d26cd25c966f043f99a8f.zip
move creation of agent socket to session.c; no need for uidswapping
in channel.c.
Diffstat (limited to 'usr.bin/ssh/channels.h')
-rw-r--r--usr.bin/ssh/channels.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.bin/ssh/channels.h b/usr.bin/ssh/channels.h
index bd31c455825..9ceff3e7319 100644
--- a/usr.bin/ssh/channels.h
+++ b/usr.bin/ssh/channels.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: channels.h,v 1.67 2002/03/26 22:50:39 markus Exp $ */
+/* $OpenBSD: channels.h,v 1.68 2002/06/10 22:28:41 markus Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -213,9 +213,6 @@ void deny_input_open(int, u_int32_t, void *);
/* agent forwarding */
void auth_request_forwarding(void);
-char *auth_get_socket_name(void);
-void auth_sock_cleanup_proc(void *);
-int auth_input_request_forwarding(struct passwd *);
void auth_input_open_request(int, u_int32_t, void *);
/* channel close */