=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/sftp-glob.c,v retrieving revision 1.13.4.1 retrieving revision 1.14 diff -u -r1.13.4.1 -r1.14 --- src/usr.bin/ssh/sftp-glob.c 2004/03/04 18:18:16 1.13.4.1 +++ src/usr.bin/ssh/sftp-glob.c 2004/02/17 05:39:51 1.14 @@ -15,7 +15,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: sftp-glob.c,v 1.13.4.1 2004/03/04 18:18:16 brad Exp $"); +RCSID("$OpenBSD: sftp-glob.c,v 1.14 2004/02/17 05:39:51 djm Exp $"); #include @@ -27,9 +27,7 @@ #include "sftp.h" #include "sftp-common.h" #include "sftp-client.h" - -int remote_glob(struct sftp_conn *, const char *, int, - int (*)(const char *, int), glob_t *); +#include "sftp-glob.h" struct SFTP_OPENDIR { SFTP_DIRENT **dir;