From e582497322428f72343115f055e9e198047fe3b4 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 13 Sep 2016 23:17:28 +0100 Subject: if the cookie is a session cookie indicate it previously session cookies were simply displayed as having an expiry in 1970 which was unhelpful. --- content/urldb.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'content') diff --git a/content/urldb.c b/content/urldb.c index b27e23c17..4888afcfe 100644 --- a/content/urldb.c +++ b/content/urldb.c @@ -112,6 +112,12 @@ #include "content/content.h" #include "content/urldb.h" +/** + * cookie entry. + * + * \warn This *must* be kept in sync with the public interface in + * netsurf/cookie_db.h + */ struct cookie_internal_data { struct cookie_internal_data *prev; /**< Previous in list */ struct cookie_internal_data *next; /**< Next in list */ -- cgit v1.2.3