summaryrefslogtreecommitdiff
path: root/apps/codecs/libgme/gbs_emu.h
diff options
context:
space:
mode:
authorAndree Buschmann <AndreeBuschmann@t-online.de>2011-08-31 09:15:04 +0000
committerAndree Buschmann <AndreeBuschmann@t-online.de>2011-08-31 09:15:04 +0000
commit5cfec213509f7d9e3e3e0f2b97288a010899dbd9 (patch)
tree432957ad5dc8b45baf98e99bbe62979d804cf1f9 /apps/codecs/libgme/gbs_emu.h
parent7e14b935dfdcd808cfb0703d19a43efd11eeef16 (diff)
downloadrockbox-5cfec213509f7d9e3e3e0f2b97288a010899dbd9.tar.gz
rockbox-5cfec213509f7d9e3e3e0f2b97288a010899dbd9.zip
Declare several libgme functions static.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30394 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/libgme/gbs_emu.h')
-rw-r--r--apps/codecs/libgme/gbs_emu.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/codecs/libgme/gbs_emu.h b/apps/codecs/libgme/gbs_emu.h
index b73f106d8f..409cf2d6c2 100644
--- a/apps/codecs/libgme/gbs_emu.h
+++ b/apps/codecs/libgme/gbs_emu.h
@@ -196,9 +196,5 @@ static inline blip_time_t Time( struct Gbs_Emu* this )
196} 196}
197 197
198void Jsr_then_stop( struct Gbs_Emu* this, byte const [] ); 198void Jsr_then_stop( struct Gbs_Emu* this, byte const [] );
199void Write_io_inline( struct Gbs_Emu* this, int offset, int data, int base );
200void Write_io_( struct Gbs_Emu* this, int offset, int data );
201int Read_io( struct Gbs_Emu* this, int offset );
202void Write_io( struct Gbs_Emu* this, int offset, int data );
203 199
204#endif 200#endif