summaryrefslogtreecommitdiff
path: root/apps/wps.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/wps.h')
-rw-r--r--apps/wps.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/wps.h b/apps/wps.h
index 01744216ad..d181273408 100644
--- a/apps/wps.h
+++ b/apps/wps.h
@@ -21,8 +21,6 @@
21#include "id3.h" 21#include "id3.h"
22#include "playlist.h" 22#include "playlist.h"
23 23
24/* #define CUSTOM_WPS */
25
26extern bool keys_locked; 24extern bool keys_locked;
27 25
28int wps_show(void); 26int wps_show(void);
@@ -30,6 +28,7 @@ int wps_show(void);
30#ifdef CUSTOM_WPS 28#ifdef CUSTOM_WPS
31bool load_custom_wps(void); 29bool load_custom_wps(void);
32bool display_custom_wps(int x_val, int y_val, bool do_scroll, char *wps_string); 30bool display_custom_wps(int x_val, int y_val, bool do_scroll, char *wps_string);
31bool refresh_wps(bool refresh_scroll);
33#endif 32#endif
34 33
35#endif 34#endif