diff options
Diffstat (limited to 'apps/gui/quickscreen.h')
| -rw-r--r-- | apps/gui/quickscreen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/quickscreen.h b/apps/gui/quickscreen.h index 1d2ed18..f084d83 100644 --- a/apps/gui/quickscreen.h +++ b/apps/gui/quickscreen.h @@ -50,7 +50,7 @@ bool gui_syncquickscreen_run(struct gui_quickscreen * qs, int button_enter); extern bool quick_screen_f3(int button_enter); #endif extern bool quick_screen_quick(int button_enter); - +int quickscreen_set_option(void *data); #endif /*_GUI_QUICK_SCREEN_H_*/ #endif /* HAVE_QUICKSCREEN */ |