From cf8ffa412a55a8884fdd8f348b3fb28108d59b6c Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 2 Sep 2013 22:41:04 +0100 Subject: Remove old hotlist, cookies, and history_global_core modules. New versions of expand/collapse node functions for these modules aren't yet implemented. --- test/urldbtest.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/urldbtest.c') diff --git a/test/urldbtest.c b/test/urldbtest.c index 7c72ed7d1..cc657ed11 100644 --- a/test/urldbtest.c +++ b/test/urldbtest.c @@ -32,7 +32,7 @@ #include "image/bitmap.h" #include "content/content.h" #include "content/urldb.h" -#include "desktop/cookies_old.h" +#include "desktop/cookie_manager.h" #include "utils/nsoption.h" #ifdef riscos /** \todo lose this */ @@ -52,12 +52,12 @@ static void netsurf_lwc_iterator(lwc_string *str, void *pw) LOG(("[%3u] %.*s", str->refcnt, (int) lwc_string_length(str), lwc_string_data(str))); } -bool cookies_schedule_update(const struct cookie_data *data) +bool cookie_manager_add(const struct cookie_data *data) { return true; } -void cookies_remove(const struct cookie_data *data) +void cookie_manager_remove(const struct cookie_data *data) { } -- cgit v1.2.3