From cf657a2ffbb9f1ac4c34e2c2348b8d5a4f2193a3 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 1 Jan 2006 18:52:30 +0000 Subject: [project @ 2006-01-01 18:52:30 by jmb] Dump user options to stderr on abort. Dump box tree on failed assertion. Display Red/Yellow hourglass whilst dumping box tree (as this can take some time) svn path=/import/netsurf/; revision=1928 --- desktop/options.h | 1 + 1 file changed, 1 insertion(+) (limited to 'desktop/options.h') diff --git a/desktop/options.h b/desktop/options.h index b63d21ce7..ee9c48415 100644 --- a/desktop/options.h +++ b/desktop/options.h @@ -48,6 +48,7 @@ extern int option_expire_url; void options_read(const char *path); void options_write(const char *path); +void options_dump(void); struct tree *options_load_tree(const char *filename); bool options_save_tree(struct tree *tree, const char *filename, -- cgit v1.2.3