summaryrefslogtreecommitdiff
path: root/content/urldb.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/urldb.h')
-rw-r--r--content/urldb.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/content/urldb.h b/content/urldb.h
index 9d59271d2..1a7383022 100644
--- a/content/urldb.h
+++ b/content/urldb.h
@@ -54,10 +54,12 @@ const struct bitmap *urldb_get_thumbnail(const char *url);
/* URL completion */
void urldb_iterate_partial(const char *prefix,
- bool (*callback)(const char *url));
+ bool (*callback)(const char *url,
+ const struct url_data *data));
/* Iteration */
-void urldb_iterate_entries(bool (*callback)(const char *url));
+void urldb_iterate_entries(bool (*callback)(const char *url,
+ const struct url_data *data));
/* Debug */
void urldb_dump(void);