diff options
Diffstat (limited to 'lib/libftp/utils/glob.h')
| -rw-r--r-- | lib/libftp/utils/glob.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libftp/utils/glob.h b/lib/libftp/utils/glob.h index bffb28c7252c..b0432b717e98 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 *)); |
