=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/Attic/sftp-int.h,v retrieving revision 1.1.2.4 retrieving revision 1.1.2.5 diff -u -r1.1.2.4 -r1.1.2.5 --- src/usr.bin/ssh/Attic/sftp-int.h 2001/05/07 21:09:34 1.1.2.4 +++ src/usr.bin/ssh/Attic/sftp-int.h 2001/09/27 00:15:42 1.1.2.5 @@ -1,4 +1,4 @@ -/* $OpenBSD: sftp-int.h,v 1.1.2.4 2001/05/07 21:09:34 jason Exp $ */ +/* $OpenBSD: sftp-int.h,v 1.1.2.5 2001/09/27 00:15:42 miod Exp $ */ /* * Copyright (c) 2001 Damien Miller. All rights reserved. @@ -24,4 +24,4 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -void interactive_loop(int fd_in, int fd_out, char *file1, char *file2); +void interactive_loop(int, int, char *, char *);