diff options
Diffstat (limited to 'src/spider.c')
-rw-r--r-- | src/spider.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/spider.c b/src/spider.c index dad9a23..ae2f392 100644 --- a/src/spider.c +++ b/src/spider.c @@ -45,7 +45,7 @@ static struct hash_table *nonexisting_urls_set; /* Cleanup the data structures associated with this file. */ -static void +void spider_cleanup (void) { if (nonexisting_urls_set) |