diff options
Diffstat (limited to 'apps/gui/wps.c')
-rw-r--r-- | apps/gui/wps.c | 8 |
1 files changed, 8 insertions, 0 deletions
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) | |||
1232 | return false; | 1232 | return false; |
1233 | } | 1233 | } |
1234 | #endif | 1234 | #endif |
1235 | |||
1236 | |||
1237 | #ifdef IPOD_ACCESSORY_PROTOCOL | ||
1238 | int wps_get_ff_rewind_count(void) | ||
1239 | { | ||
1240 | return wps_state.ff_rewind_count; | ||
1241 | } | ||
1242 | #endif | ||