=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/Attic/sftp-glob.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- src/usr.bin/ssh/Attic/sftp-glob.h 2001/06/26 06:33:01 1.4 +++ src/usr.bin/ssh/Attic/sftp-glob.h 2001/06/26 17:27:24 1.5 @@ -1,4 +1,4 @@ -/* $OpenBSD: sftp-glob.h,v 1.4 2001/06/26 06:33:01 itojun Exp $ */ +/* $OpenBSD: sftp-glob.h,v 1.5 2001/06/26 17:27:24 markus Exp $ */ /* * Copyright (c) 2001 Damien Miller. All rights reserved. @@ -28,4 +28,3 @@ int remote_glob(int, int, const char *, int, int (*)(const char *, int), glob_t *); -