summaryrefslogtreecommitdiff
path: root/apps/gui/wps.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/wps.h')
-rw-r--r--apps/gui/wps.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/gui/wps.h b/apps/gui/wps.h
index 8c6de9e2fc..1ba974cf04 100644
--- a/apps/gui/wps.h
+++ b/apps/gui/wps.h
@@ -36,9 +36,9 @@ void fade(bool fade_in, bool updatewps);
36bool ffwd_rew(int button); 36bool ffwd_rew(int button);
37void display_keylock_text(bool locked); 37void display_keylock_text(bool locked);
38 38
39bool is_wps_fading(void);
40
41#ifdef IPOD_ACCESSORY_PROTOCOL 39#ifdef IPOD_ACCESSORY_PROTOCOL
40/* whether the wps is fading the volume due to pausing/stopping */
41bool is_wps_fading(void);
42/* return length of the current ff or rewin action, IAP needs this */ 42/* return length of the current ff or rewin action, IAP needs this */
43int wps_get_ff_rewind_count(void); 43int wps_get_ff_rewind_count(void);
44#endif /* IPOD_ACCESSORY_PROTOCOL */ 44#endif /* IPOD_ACCESSORY_PROTOCOL */