diff options
author | Colin Watson <cjwatson@debian.org> | 2003-09-01 02:05:26 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2003-09-01 02:05:26 +0000 |
commit | 6d5a72bc1d98a42ba42f082e50a22e911c1d82d3 (patch) | |
tree | 1bf23174bdb6fc71e2846dda0eca195a418484e7 /sftp-glob.h | |
parent | 2ee26b431f98cf1dc0e4fb9809ad1e0c879b8c08 (diff) | |
parent | 58657d96514cd6f16d82add8d6f4adbb36765758 (diff) |
Debian release 3.5p1-1.
Diffstat (limited to 'sftp-glob.h')
-rw-r--r-- | sftp-glob.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sftp-glob.h b/sftp-glob.h index 9c754912c..f879e8719 100644 --- a/sftp-glob.h +++ b/sftp-glob.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: sftp-glob.h,v 1.7 2002/03/19 10:49:35 markus Exp $ */ | 1 | /* $OpenBSD: sftp-glob.h,v 1.8 2002/09/11 22:41:50 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2001,2002 Damien Miller. All rights reserved. | 4 | * Copyright (c) 2001,2002 Damien Miller. All rights reserved. |
@@ -31,8 +31,7 @@ | |||
31 | 31 | ||
32 | #include "sftp-client.h" | 32 | #include "sftp-client.h" |
33 | 33 | ||
34 | int | 34 | int remote_glob(struct sftp_conn *, const char *, int, |
35 | remote_glob(struct sftp_conn *, const char *, int, | ||
36 | int (*)(const char *, int), glob_t *); | 35 | int (*)(const char *, int), glob_t *); |
37 | 36 | ||
38 | #endif | 37 | #endif |