From 14e282948996f75e87a14ab90f4b3ed54d9d6ad7 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 26 Oct 2014 12:42:53 +0000 Subject: remove the die API from the core. The die() API for abnormal termination does not belong within the core of netsurf and instead errors are propogated back to the callers. This is the final part of this change and the API is now only used within some parts of the frontends --- content/urldb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/urldb.h') diff --git a/content/urldb.h b/content/urldb.h index d60043089..c0fece24e 100644 --- a/content/urldb.h +++ b/content/urldb.h @@ -68,7 +68,7 @@ struct bitmap; void urldb_destroy(void); /* Persistence support */ -void urldb_load(const char *filename); +nserror urldb_load(const char *filename); void urldb_save(const char *filename); void urldb_set_url_persistence(nsurl *url, bool persist); -- cgit v1.2.3