From 2dd9b33977606c9441791cb2f56dad5df8d3dd0c Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Wed, 26 Jun 2002 21:29:07 +0000 Subject: Added mpeg_next() and mpeg_prev() git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1206 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/x11/mpeg.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'uisimulator/x11') diff --git a/uisimulator/x11/mpeg.c b/uisimulator/x11/mpeg.c index e1bce1e22c..247a0d2efb 100644 --- a/uisimulator/x11/mpeg.c +++ b/uisimulator/x11/mpeg.c @@ -40,6 +40,14 @@ void mpeg_stop(void) { } +void mpeg_prev(void) +{ +} + +void mpeg_next(void) +{ +} + #ifndef MPEGPLAY void mpeg_play(char *tune) { -- cgit v1.2.3