From 13326b27164c81d17844f81e61a3c599018073b5 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 1 Jul 2013 14:39:10 +0100 Subject: Namespace the atari global history functions. --- atari/gui.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'atari/gui.c') diff --git a/atari/gui.c b/atari/gui.c index 6b542742e..5b0df84a0 100644 --- a/atari/gui.c +++ b/atari/gui.c @@ -810,7 +810,7 @@ void gui_quit(void) gw = tmp; } - global_history_destroy(); + atari_global_history_destroy(); hotlist_destroy(); toolbar_exit(); @@ -1021,7 +1021,7 @@ static void gui_init2(int argc, char** argv) menu_register( _AESapid, (char*)" NetSurf "); } gemtk_wm_init(); - global_history_init(); + atari_global_history_init(); hotlist_init(); toolbar_init(); } -- cgit v1.2.3