=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/Attic/sftp-int.h,v retrieving revision 1.1.4.2 retrieving revision 1.2 diff -u -r1.1.4.2 -r1.2 --- src/usr.bin/ssh/Attic/sftp-int.h 2001/03/21 18:53:06 1.1.4.2 +++ src/usr.bin/ssh/Attic/sftp-int.h 2001/04/12 23:17:54 1.2 @@ -1,4 +1,4 @@ -/* $OpenBSD: sftp-int.h,v 1.1.4.2 2001/03/21 18:53:06 jason Exp $ */ +/* $OpenBSD: sftp-int.h,v 1.2 2001/04/12 23:17:54 mouring 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); +void interactive_loop(int fd_in, int fd_out, char *file1, char *file2);