=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/clientloop.h,v retrieving revision 1.6 retrieving revision 1.6.4.3 diff -u -r1.6 -r1.6.4.3 --- src/usr.bin/ssh/clientloop.h 2001/06/26 17:27:23 1.6 +++ src/usr.bin/ssh/clientloop.h 2002/06/26 15:30:38 1.6.4.3 @@ -1,4 +1,4 @@ -/* $OpenBSD: clientloop.h,v 1.6 2001/06/26 17:27:23 markus Exp $ */ +/* $OpenBSD: clientloop.h,v 1.6.4.3 2002/06/26 15:30:38 jason 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);