aboutsummaryrefslogtreecommitdiff
path: root/sound/mp3.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/mp3.h')
-rw-r--r--sound/mp3.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/mp3.h b/sound/mp3.h
index b6ec46628d..a782322966 100644
--- a/sound/mp3.h
+++ b/sound/mp3.h
@@ -31,9 +31,9 @@ class AudioStream;
class DigitalTrackInfo;
class File;
-DigitalTrackInfo *makeMP3TrackInfo(File *file);
+DigitalTrackInfo *getMP3Track(int track);
-AudioStream *makeMP3Stream(File *file, uint size);
+AudioStream *makeMP3Stream(File *file, uint32 size);
#endif