summaryrefslogtreecommitdiff
path: root/sftp-glob.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2004-02-18 14:11:13 +1100
committerDamien Miller <djm@mindrot.org>2004-02-18 14:11:13 +1100
commitd7d46bb6068927cf14c6b083eb50984d3111e05c (patch)
tree59a4e780e43a59b82a885a85f315e3bcaa40e1fb /sftp-glob.c
parenta22897df0689d19e3fcd0d791fb63b49aa95c1cb (diff)
downloadopenssh-git-d7d46bb6068927cf14c6b083eb50984d3111e05c.tar.gz
- (djm) OpenBSD CVS Sync
- djm@cvs.openbsd.org 2004/02/17 07:17:29 [sftp-glob.c sftp.c] Remove useless headers; ok deraadt@
Diffstat (limited to 'sftp-glob.c')
-rw-r--r--sftp-glob.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/sftp-glob.c b/sftp-glob.c
index f47367f1..16c5e206 100644
--- a/sftp-glob.c
+++ b/sftp-glob.c
@@ -15,7 +15,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: sftp-glob.c,v 1.14 2004/02/17 05:39:51 djm Exp $");
+RCSID("$OpenBSD: sftp-glob.c,v 1.15 2004/02/17 07:17:29 djm Exp $");
#include "buffer.h"
#include "bufaux.h"
@@ -25,7 +25,9 @@ RCSID("$OpenBSD: sftp-glob.c,v 1.14 2004/02/17 05:39:51 djm Exp $");
#include "sftp.h"
#include "sftp-common.h"
#include "sftp-client.h"
-#include "sftp-glob.h"
+
+int remote_glob(struct sftp_conn *, const char *, int,
+ int (*)(const char *, int), glob_t *);
struct SFTP_OPENDIR {
SFTP_DIRENT **dir;