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)
- (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 f47367f10..16c5e206a 100644
--- a/sftp-glob.c
+++ b/sftp-glob.c
@@ -15,7 +15,7 @@
15 */ 15 */
16 16
17#include "includes.h" 17#include "includes.h"
18RCSID("$OpenBSD: sftp-glob.c,v 1.14 2004/02/17 05:39:51 djm Exp $"); 18RCSID("$OpenBSD: sftp-glob.c,v 1.15 2004/02/17 07:17:29 djm Exp $");
19 19
20#include "buffer.h" 20#include "buffer.h"
21#include "bufaux.h" 21#include "bufaux.h"
@@ -25,7 +25,9 @@ RCSID("$OpenBSD: sftp-glob.c,v 1.14 2004/02/17 05:39:51 djm Exp $");
25#include "sftp.h" 25#include "sftp.h"
26#include "sftp-common.h" 26#include "sftp-common.h"
27#include "sftp-client.h" 27#include "sftp-client.h"
28#include "sftp-glob.h" 28
29int remote_glob(struct sftp_conn *, const char *, int,
30 int (*)(const char *, int), glob_t *);
29 31
30struct SFTP_OPENDIR { 32struct SFTP_OPENDIR {
31 SFTP_DIRENT **dir; 33 SFTP_DIRENT **dir;