From cc05424e4456fc9fa3eba49b97bf1406d540b3c3 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Mon, 3 Aug 2009 15:46:21 +0000 Subject: Fix reds for IAP and a missing #include. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22141 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/wps.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'apps/gui/wps.c') diff --git a/apps/gui/wps.c b/apps/gui/wps.c index 447c1d6b00..d62507e0b0 100644 --- a/apps/gui/wps.c +++ b/apps/gui/wps.c @@ -1232,3 +1232,11 @@ bool wps_uses_albumart(int *width, int *height) return false; } #endif + + +#ifdef IPOD_ACCESSORY_PROTOCOL +int wps_get_ff_rewind_count(void) +{ + return wps_state.ff_rewind_count; +} +#endif -- cgit v1.2.3