diff options
author | Damien Miller <djm@mindrot.org> | 2004-02-18 14:11:13 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2004-02-18 14:11:13 +1100 |
commit | d7d46bb6068927cf14c6b083eb50984d3111e05c (patch) | |
tree | 59a4e780e43a59b82a885a85f315e3bcaa40e1fb /sftp-glob.c | |
parent | a22897df0689d19e3fcd0d791fb63b49aa95c1cb (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.c | 6 |
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" |
18 | RCSID("$OpenBSD: sftp-glob.c,v 1.14 2004/02/17 05:39:51 djm Exp $"); | 18 | RCSID("$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 | |
29 | int remote_glob(struct sftp_conn *, const char *, int, | ||
30 | int (*)(const char *, int), glob_t *); | ||
29 | 31 | ||
30 | struct SFTP_OPENDIR { | 32 | struct SFTP_OPENDIR { |
31 | SFTP_DIRENT **dir; | 33 | SFTP_DIRENT **dir; |