summaryrefslogtreecommitdiff
path: root/atari/history.h
diff options
context:
space:
mode:
Diffstat (limited to 'atari/history.h')
-rwxr-xr-xatari/history.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/atari/history.h b/atari/history.h
index 6185e2ac0..d94e1880c 100755
--- a/atari/history.h
+++ b/atari/history.h
@@ -33,12 +33,12 @@ struct s_atari_global_history {
extern struct s_atari_global_history gl_history;
-bool global_history_init( void );
-void global_history_destroy( void );
-void global_history_open( void );
-void global_history_close( void );
+bool atari_global_history_init( void );
+void atari_global_history_destroy( void );
+void atari_global_history_open( void );
+void atari_global_history_close( void );
-void global_history_redraw( void );
+void atari_global_history_redraw( void );