diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2002-04-22 21:04:53 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2002-04-22 21:04:53 +0000 |
commit | c5e1fb22e3e6460216be9bc81aab26c57bbb2639 (patch) | |
tree | 77d1de6db82cf69d78189ade535bab14153b8bf0 /usr.bin/ssh/clientloop.h | |
parent | b1e71f76aa853f2f2ae8141e4875a638b8ddee2e (diff) |
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 'usr.bin/ssh/clientloop.h')
-rw-r--r-- | usr.bin/ssh/clientloop.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/clientloop.h b/usr.bin/ssh/clientloop.h index 1bc9a95236c..8056a40c3ab 100644 --- a/usr.bin/ssh/clientloop.h +++ b/usr.bin/ssh/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); |