summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
Diffstat (limited to 'content')
-rw-r--r--content/urldb.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/content/urldb.c b/content/urldb.c
index 1ab5c9663..6d51c932d 100644
--- a/content/urldb.c
+++ b/content/urldb.c
@@ -3281,6 +3281,11 @@ void urldb_save_cookie_paths(FILE *fp, struct path_data *parent)
#ifdef TEST_URLDB
int option_expire_url = 0;
+bool cookies_update(const struct cookie_data *data)
+{
+ return true;
+}
+
void die(const char *error)
{
printf("die: %s\n", error);