summaryrefslogtreecommitdiffstats
path: root/app/prototypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/prototypes.h')
-rw-r--r--app/prototypes.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/prototypes.h b/app/prototypes.h
index e1164bf..e502fd9 100644
--- a/app/prototypes.h
+++ b/app/prototypes.h
@@ -206,3 +206,6 @@ extern void cgi_init(void);
/* alarm.c */
extern EPOCH alarm;
extern void alarm_dispatch(void);
+/* meteotime.c */
+extern uint32_t meteotime_data[(((((37)*(60)*(24)))+(32 -1))/(32))];
+extern void meteotime_save(UTC *u, uint8_t *bits);