diff options
Diffstat (limited to 'crypto/openssh/clientloop.h')
-rw-r--r-- | crypto/openssh/clientloop.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/openssh/clientloop.h b/crypto/openssh/clientloop.h index 1bc9a95..8056a40 100644 --- a/crypto/openssh/clientloop.h +++ b/crypto/openssh/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); |