=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/clientloop.h,v retrieving revision 1.4.6.3 retrieving revision 1.5 diff -u -r1.4.6.3 -r1.5 --- src/usr.bin/ssh/clientloop.h 2002/06/02 22:56:10 1.4.6.3 +++ src/usr.bin/ssh/clientloop.h 2001/06/26 06:32:50 1.5 @@ -1,4 +1,4 @@ -/* $OpenBSD: clientloop.h,v 1.4.6.3 2002/06/02 22:56:10 miod Exp $ */ +/* $OpenBSD: clientloop.h,v 1.5 2001/06/26 06:32:50 itojun Exp $ */ /* * Author: Tatu Ylonen @@ -36,5 +36,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); +int client_loop(int, int, int);