aboutsummaryrefslogtreecommitdiff
path: root/src/urlglob.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/urlglob.h')
-rw-r--r--src/urlglob.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/urlglob.h b/src/urlglob.h
index d364f095e..4cb445106 100644
--- a/src/urlglob.h
+++ b/src/urlglob.h
@@ -70,5 +70,6 @@ typedef struct {
int glob_url(URLGlob**, char*, int *);
char* next_url(URLGlob*);
char* match_url(char*, URLGlob);
+void glob_cleanup(URLGlob* glob);
#endif