From 4c564c28bfa6af46e64efa5f23311c082c7108be Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 15 Jul 2006 11:59:25 +0000 Subject: Display session cookies' expiry correctly Fix urldb debug build Fix GTK build's cookie_update API svn path=/trunk/netsurf/; revision=2752 --- content/urldb.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'content') 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); -- cgit v1.2.3