summaryrefslogtreecommitdiff
path: root/content/urldb.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/urldb.h')
-rw-r--r--content/urldb.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/content/urldb.h b/content/urldb.h
index 678e169df..f71471e6c 100644
--- a/content/urldb.h
+++ b/content/urldb.h
@@ -51,6 +51,9 @@ struct cookie_data {
struct bitmap;
+/* Destruction */
+void urldb_destroy(void);
+
/* Persistence support */
void urldb_load(const char *filename);
void urldb_save(const char *filename);