From 92949389760ddbc13d4f5b75ea77bba0003cf21a Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Sun, 16 Jul 2006 16:10:43 +0000 Subject: Extent cookie_update API to allow notification of deleted domains. Fix nodes not being re-calculated. svn path=/trunk/netsurf/; revision=2765 --- desktop/cookies.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop') diff --git a/desktop/cookies.h b/desktop/cookies.h index 94d74dd50..4e2753037 100644 --- a/desktop/cookies.h +++ b/desktop/cookies.h @@ -16,6 +16,6 @@ struct cookie_data; -bool cookies_update(const struct cookie_data *data); +bool cookies_update(const char *domain, const struct cookie_data *data); #endif -- cgit v1.2.3