From eaae7169898fa026ae9da5f8a5dde4bc4bbbceb1 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Tue, 13 Aug 2013 12:41:04 +0100 Subject: Move old hotlist out of the way. --- atari/hotlist.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'atari/hotlist.h') diff --git a/atari/hotlist.h b/atari/hotlist.h index 9fbf38932..fc9cba615 100755 --- a/atari/hotlist.h +++ b/atari/hotlist.h @@ -34,13 +34,13 @@ struct atari_hotlist { extern struct atari_hotlist hl; -void hotlist_init( void ); -void hotlist_open( void ); -void hotlist_close( void ); -void hotlist_destroy( void ); +void atari_hotlist_init( void ); +void atari_hotlist_open( void ); +void atari_hotlist_close( void ); +void atari_hotlist_destroy( void ); void atari_hotlist_add_page( const char * url, const char * title ); -void hotlist_redraw( void ); +void atari_hotlist_redraw( void ); #endif -- cgit v1.2.3