summaryrefslogtreecommitdiff
path: root/apps/gui/gwps-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/gwps-common.h')
-rw-r--r--apps/gui/gwps-common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/gui/gwps-common.h b/apps/gui/gwps-common.h
index fe7f2f66da..e9c1a42299 100644
--- a/apps/gui/gwps-common.h
+++ b/apps/gui/gwps-common.h
@@ -30,7 +30,8 @@ void gui_wps_format(struct wps_data *data, const char *bmpdir,
30bool gui_wps_refresh(struct gui_wps *gwps, int ffwd_offset, 30bool gui_wps_refresh(struct gui_wps *gwps, int ffwd_offset,
31 unsigned char refresh_mode); 31 unsigned char refresh_mode);
32bool gui_wps_display(void); 32bool gui_wps_display(void);
33bool setvol(void); 33void setvol(void);
34bool update_onvol_change(struct gui_wps * gwps);
34bool update(struct gui_wps *gwps); 35bool update(struct gui_wps *gwps);
35bool ffwd_rew(int button); 36bool ffwd_rew(int button);
36#ifdef WPS_KEYLOCK 37#ifdef WPS_KEYLOCK