=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/clientloop.h,v retrieving revision 1.7.6.2 retrieving revision 1.8 diff -u -r1.7.6.2 -r1.8 --- src/usr.bin/ssh/clientloop.h 2004/08/19 22:37:31 1.7.6.2 +++ src/usr.bin/ssh/clientloop.h 2003/12/16 15:49:51 1.8 @@ -1,4 +1,4 @@ -/* $OpenBSD: clientloop.h,v 1.7.6.2 2004/08/19 22:37:31 brad Exp $ */ +/* $OpenBSD: clientloop.h,v 1.8 2003/12/16 15:49:51 markus Exp $ */ /* * Author: Tatu Ylonen @@ -38,5 +38,3 @@ /* Client side main loop for the interactive session. */ int client_loop(int, int, int); void client_global_request_reply_fwd(int, u_int32_t, void *); -void client_session2_setup(int, int, int, const char *, struct termios *, - int, Buffer *, char **, dispatch_fn *);