=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/clientloop.h,v retrieving revision 1.4.6.2 retrieving revision 1.4.6.3 diff -u -r1.4.6.2 -r1.4.6.3 --- src/usr.bin/ssh/clientloop.h 2002/03/09 00:20:44 1.4.6.2 +++ src/usr.bin/ssh/clientloop.h 2002/06/02 22:56:10 1.4.6.3 @@ -1,4 +1,4 @@ -/* $OpenBSD: clientloop.h,v 1.4.6.2 2002/03/09 00:20:44 miod Exp $ */ +/* $OpenBSD: clientloop.h,v 1.4.6.3 2002/06/02 22:56:10 miod Exp $ */ /* * Author: Tatu Ylonen @@ -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);