summaryrefslogtreecommitdiff
path: root/content/urldb.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/urldb.h')
-rw-r--r--content/urldb.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/content/urldb.h b/content/urldb.h
index ec08bb2b1..699c89674 100644
--- a/content/urldb.h
+++ b/content/urldb.h
@@ -87,7 +87,8 @@ void urldb_iterate_partial(const char *prefix,
/* Iteration */
void urldb_iterate_entries(bool (*callback)(const char *url,
const struct url_data *data));
-void urldb_iterate_cookies(bool (*callback)(const struct cookie_data *cookie));
+void urldb_iterate_cookies(bool (*callback)(const char *domain,
+ const struct cookie_data *cookie));
/* Debug */
void urldb_dump(void);