summaryrefslogtreecommitdiff
path: root/clientloop.h
diff options
context:
space:
mode:
authordjm <djm>2002-04-23 11:09:44 +0000
committerdjm <djm>2002-04-23 11:09:44 +0000
commit20806a9d3137d8de09d6368cef63fe2ab2745bcd (patch)
tree9aeec9ffa65349ff36fe242251cfe11d46c8a1e9 /clientloop.h
parentf3989242862136bf3ae883eb2e7814662e012292 (diff)
downloadopenssh-20806a9d3137d8de09d6368cef63fe2ab2745bcd.tar.gz
- markus@cvs.openbsd.org 2002/04/22 21:04:52
[channels.c clientloop.c clientloop.h ssh.c] request reply (success/failure) for -R style fwd in protocol v2, depends on ordered replies. fixes http://bugzilla.mindrot.org/show_bug.cgi?id=215; ok provos@
Diffstat (limited to 'clientloop.h')
-rw-r--r--clientloop.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/clientloop.h b/clientloop.h
index 1bc9a952..8056a40c 100644
--- a/clientloop.h
+++ b/clientloop.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: clientloop.h,v 1.6 2001/06/26 17:27:23 markus Exp $ */
+/* $OpenBSD: clientloop.h,v 1.7 2002/04/22 21:04:52 markus Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -37,3 +37,4 @@
/* Client side main loop for the interactive session. */
int client_loop(int, int, int);
+void client_global_request_reply(int type, u_int32_t seq, void *ctxt);