summaryrefslogtreecommitdiff
path: root/fw/fe310/eos/app/app_form.h
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2021-03-16 02:11:43 +0100
committerUros Majstorovic <majstor@majstor.org>2021-03-16 02:11:43 +0100
commit98941cdc89d93f5387bb98a443f06408321acc8f (patch)
tree46286a0081b1f0c925951bf825fb4769cefadb51 /fw/fe310/eos/app/app_form.h
parentd05eefaf7f10769ddae3840890af6a1e52440238 (diff)
init code cleanup
Diffstat (limited to 'fw/fe310/eos/app/app_form.h')
-rw-r--r--fw/fe310/eos/app/app_form.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fw/fe310/eos/app/app_form.h b/fw/fe310/eos/app/app_form.h
index ed62253..191e76d 100644
--- a/fw/fe310/eos/app/app_form.h
+++ b/fw/fe310/eos/app/app_form.h
@@ -5,3 +5,4 @@
EVEForm *app_form_create(EVEWindow *window, EVEViewStack *stack, EVEWidgetSpec spec[], uint16_t spec_size, eve_form_action_t action, eve_form_destructor_t destructor);
void app_form_destroy(EVEForm *form);
+void app_form_init(void); \ No newline at end of file