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, 2 insertions, 1 deletions
diff --git a/apps/wps.h b/apps/wps.h
index a65a9fda6a..01744216ad 100644
--- a/apps/wps.h
+++ b/apps/wps.h
@@ -28,7 +28,8 @@ extern bool keys_locked;
28int wps_show(void); 28int wps_show(void);
29 29
30#ifdef CUSTOM_WPS 30#ifdef CUSTOM_WPS
31int wps_load_custom_config(void); 31bool load_custom_wps(void);
32bool display_custom_wps(int x_val, int y_val, bool do_scroll, char *wps_string);
32#endif 33#endif
33 34
34#endif 35#endif