summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-07-21 23:24:07 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2013-07-21 23:24:07 +0100
commit01159ff5896f9ac2410832c1516bbbd5ff57ae0d (patch)
tree74ff87b13808e648af507281188739355d804f9e
parentdce3c8c170a7394e1114f19fc5aa68007eb61324 (diff)
downloadnetsurf-01159ff5896f9ac2410832c1516bbbd5ff57ae0d.tar.gz
netsurf-01159ff5896f9ac2410832c1516bbbd5ff57ae0d.tar.bz2
Move cookies viewer module.
-rw-r--r--desktop/cookies_old.c (renamed from desktop/cookies.c)6
-rw-r--r--desktop/cookies_old.h (renamed from desktop/cookies.h)0
2 files changed, 3 insertions, 3 deletions
diff --git a/desktop/cookies.c b/desktop/cookies_old.c
index 9f66aea1e..37b251ef7 100644
--- a/desktop/cookies.c
+++ b/desktop/cookies_old.c
@@ -30,7 +30,7 @@
#include "content/content.h"
#include "content/hlcache.h"
#include "content/urldb.h"
-#include "desktop/cookies.h"
+#include "desktop/cookies_old.h"
#include "utils/nsoption.h"
#include "desktop/tree.h"
#include "utils/log.h"
@@ -392,7 +392,7 @@ unsigned int cookies_get_tree_flags(void)
}
-/* exported interface documented in cookies.h */
+/* exported interface documented in cookies_old.h */
bool cookies_schedule_update(const struct cookie_data *data)
{
assert(data != NULL);
@@ -405,7 +405,7 @@ bool cookies_schedule_update(const struct cookie_data *data)
}
-/* exported interface documented in cookies.h */
+/* exported interface documented in cookies_old.h */
void cookies_remove(const struct cookie_data *data)
{
assert(data != NULL);
diff --git a/desktop/cookies.h b/desktop/cookies_old.h
index 9e0d79fbb..9e0d79fbb 100644
--- a/desktop/cookies.h
+++ b/desktop/cookies_old.h