summaryrefslogtreecommitdiffstats
path: root/lib/libftp/utils/glob.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libftp/utils/glob.h')
-rw-r--r--lib/libftp/utils/glob.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libftp/utils/glob.h b/lib/libftp/utils/glob.h
index bffb28c..b0432b7 100644
--- a/lib/libftp/utils/glob.h
+++ b/lib/libftp/utils/glob.h
@@ -58,7 +58,7 @@ typedef struct {
* and lstat(2).
*/
void (*gl_closedir) __P((void *));
- struct dirent *(*gl_readdir) __P((void *));
+ struct dirent *(*gl_readdir) __P((void *));
void *(*gl_opendir) __P((const char *));
int (*gl_lstat) __P((const char *, struct stat *));
int (*gl_stat) __P((const char *, struct stat *));
OpenPOWER on IntegriCloud