diff options
Diffstat (limited to 'include/glob.h')
| -rw-r--r-- | include/glob.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/glob.h b/include/glob.h index ef253721..54ce01da 100644 --- a/include/glob.h +++ b/include/glob.h @@ -22,8 +22,7 @@ typedef struct { size_t gl_offs; } glob_t; -int glob(const char *restrict, int, int (*)(const char *, int), - glob_t *restrict); +int glob(const char *restrict, int, int (*)(const char *, int), glob_t *restrict); void globfree(glob_t *); #endif |
