summaryrefslogtreecommitdiff
path: root/atari/history.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-07-01 14:39:10 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2013-07-01 14:39:10 +0100
commit13326b27164c81d17844f81e61a3c599018073b5 (patch)
treedfbb3f842289563a9d7f3dce6baa2af6fa10c4b9 /atari/history.h
parent6e5e741d531ef73249d7319491d770707730626b (diff)
downloadnetsurf-13326b27164c81d17844f81e61a3c599018073b5.tar.gz
netsurf-13326b27164c81d17844f81e61a3c599018073b5.tar.bz2
Namespace the atari global history functions.
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 );