summaryrefslogtreecommitdiff
path: root/fw/fe310/eos/app/root.h
diff options
context:
space:
mode:
Diffstat (limited to 'fw/fe310/eos/app/root.h')
-rw-r--r--fw/fe310/eos/app/root.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fw/fe310/eos/app/root.h b/fw/fe310/eos/app/root.h
index 1885515..2b6fc63 100644
--- a/fw/fe310/eos/app/root.h
+++ b/fw/fe310/eos/app/root.h
@@ -24,5 +24,5 @@ typedef struct APPWidgetSpec {
EVEScreen *app_screen(void);
void app_root_init(eve_view_constructor_t home_page);
-EVEForm *app_form_create(EVEWindow *window, EVEViewStack *stack, APPWidgetSpec spec[], uint16_t spec_size, eve_page_destructor_t destructor);
+EVEForm *app_form_create(EVEWindow *window, EVEViewStack *stack, APPWidgetSpec spec[], uint16_t spec_size, eve_form_action_t action, eve_form_destructor_t destructor);
void app_form_destroy(EVEForm *form);