summaryrefslogtreecommitdiff
path: root/clientloop.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2004-06-18 01:17:29 +1000
committerDamien Miller <djm@mindrot.org>2004-06-18 01:17:29 +1000
commit3756dcee244f47c20a6590129d99e625169836c6 (patch)
tree4ac3b83e6a1bdc7a543e92bf1b66def8444af739 /clientloop.h
parenta9972e19e941f9f711103b50dd57f6bc0c1aad53 (diff)
downloadopenssh-git-3756dcee244f47c20a6590129d99e625169836c6.tar.gz
- (djm) OpenBSD CVS Sync
- djm@cvs.openbsd.org 2004/06/17 14:52:48 [clientloop.c clientloop.h ssh.c] support environment passing over shared connections; ok markus@
Diffstat (limited to 'clientloop.h')
-rw-r--r--clientloop.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/clientloop.h b/clientloop.h
index f1e13ac3..c34d6674 100644
--- a/clientloop.h
+++ b/clientloop.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: clientloop.h,v 1.9 2004/06/13 15:03:02 djm Exp $ */
+/* $OpenBSD: clientloop.h,v 1.10 2004/06/17 14:52:48 djm Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -39,4 +39,4 @@
int client_loop(int, int, 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 *, dispatch_fn *);
+ int, Buffer *, char **, dispatch_fn *);