diff options
Diffstat (limited to 'src/urlglob.h')
-rw-r--r-- | src/urlglob.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/urlglob.h b/src/urlglob.h index dc52371ee..230f5f770 100644 --- a/src/urlglob.h +++ b/src/urlglob.h @@ -67,7 +67,7 @@ typedef struct { int size; } URLGlob; -int glob_url(URLGlob**, char*); +int glob_url(URLGlob**, char*, int *); char* next_url(URLGlob*); char* match_url(char*, URLGlob); |