summaryrefslogtreecommitdiff
path: root/desktop/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/options.h')
-rw-r--r--desktop/options.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/desktop/options.h b/desktop/options.h
index d811ffb7e..8e427620d 100644
--- a/desktop/options.h
+++ b/desktop/options.h
@@ -48,7 +48,8 @@ extern bool option_animate_images;
void options_read(const char *path);
void options_write(const char *path);
-struct tree *options_load_hotlist(const char *filename);
-bool options_save_hotlist(struct tree *tree, const char *filename);
+struct tree *options_load_tree(const char *filename);
+bool options_save_tree(struct tree *tree, const char *filename,
+ const char *page_title);
#endif