summaryrefslogtreecommitdiff
path: root/content/url_store.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/url_store.h')
-rw-r--r--content/url_store.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/url_store.h b/content/url_store.h
index afd121680..c10bc90d0 100644
--- a/content/url_store.h
+++ b/content/url_store.h
@@ -47,7 +47,7 @@ struct url_data {
extern struct hostname_data *url_store_hostnames;
struct url_content *url_store_find(const char *url);
-char *url_store_match(const char *url, struct url_data **reference);
+struct url_content *url_store_match(const char *url, struct url_data **reference);
char *url_store_match_string(const char *text);
void url_store_add_thumbnail(const char *url, struct bitmap *bitmap);