diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2008-07-23 09:23:42 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2008-07-23 09:23:42 +0000 |
| commit | 490bfaade9fd39fe364761a9abb9e53381c5571c (patch) | |
| tree | 043f54862360ff8a1158c881c9634f7ee0cd52b9 /clientloop.h | |
| parent | 8211d6b01828096abeefb4a88cd06030d0097c10 (diff) | |
Diffstat (limited to 'clientloop.h')
| -rw-r--r-- | clientloop.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/clientloop.h b/clientloop.h index beec62f70b0c..c7d2233d03a8 100644 --- a/clientloop.h +++ b/clientloop.h @@ -1,4 +1,4 @@ -/* $OpenBSD: clientloop.h,v 1.16 2006/03/25 22:22:42 djm Exp $ */ +/* $OpenBSD: clientloop.h,v 1.17 2007/08/07 07:32:53 djm Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> @@ -44,6 +44,7 @@ void client_x11_get_proto(const char *, const char *, u_int, void client_global_request_reply_fwd(int, u_int32_t, void *); void client_session2_setup(int, int, int, const char *, struct termios *, int, Buffer *, char **, dispatch_fn *); +int client_request_tun_fwd(int, int, int); /* Multiplexing protocol version */ #define SSHMUX_VER 1 |
