From c1dbdad995bc41ad26fd50721c3f6e872171de20 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Wed, 14 Jun 2006 22:46:12 +0000 Subject: Provide persistent flag for urldb entries. Make hotlist use this, rather than abusing the last visited date. This fixes the hotlist being copied to global history issue. svn path=/trunk/netsurf/; revision=2619 --- content/urldb.h | 1 + 1 file changed, 1 insertion(+) (limited to 'content/urldb.h') diff --git a/content/urldb.h b/content/urldb.h index b7f57ebdd..e919549bf 100644 --- a/content/urldb.h +++ b/content/urldb.h @@ -28,6 +28,7 @@ struct bitmap; /* Persistence support */ void urldb_load(const char *filename); void urldb_save(const char *filename); +void urldb_set_url_persistence(const char *url, bool persist); /* URL insertion */ bool urldb_add_url(const char *url); -- cgit v1.2.3