=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/Attic/sftp-int.h,v retrieving revision 1.2.2.2 retrieving revision 1.3 diff -u -r1.2.2.2 -r1.3 --- src/usr.bin/ssh/Attic/sftp-int.h 2002/03/09 00:20:45 1.2.2.2 +++ src/usr.bin/ssh/Attic/sftp-int.h 2001/06/26 06:33:02 1.3 @@ -1,7 +1,7 @@ -/* $OpenBSD: sftp-int.h,v 1.2.2.2 2002/03/09 00:20:45 miod Exp $ */ +/* $OpenBSD: sftp-int.h,v 1.3 2001/06/26 06:33:02 itojun Exp $ */ /* - * Copyright (c) 2001,2002 Damien Miller. All rights reserved. + * Copyright (c) 2001 Damien Miller. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -24,4 +24,4 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -void interactive_loop(int, int, char *, char *); +void interactive_loop(int, int, char *, char *);