gui: Rename public gui theme functions.
[paraslash.git] / gui.h
diff --git a/gui.h b/gui.h
index e6e4167f9bc5d5411b18dcbb6f8df91c35621177..13f50806db43c7bdc93da180e3ad61a3b9d71d63 100644 (file)
--- a/gui.h
+++ b/gui.h
@@ -29,9 +29,9 @@ struct gui_theme {
        struct stat_item_data data[NUM_STAT_ITEMS];
 };
 
-void init_theme_or_die(const char *name, struct gui_theme *t);
-void next_theme(struct gui_theme *);
-void prev_theme(struct gui_theme *);
+void theme_init(const char *name, struct gui_theme *t);
+void theme_prev(struct gui_theme *t);
+void theme_next(struct gui_theme *t);
 #define LEFT 1
 #define RIGHT 2
 #define CENTER 3