diff options
author | root <root@ka-ata-killa.ourano.james.local> | 2021-03-21 00:24:14 +0000 |
---|---|---|
committer | root <root@ka-ata-killa.ourano.james.local> | 2021-03-21 00:24:14 +0000 |
commit | ac7e8b2318a0e118d4cb7ced49d109c40908cb85 (patch) | |
tree | 91d8ec03cb9552a47db467b5c0f9c5bea68b6473 /app/prototypes.h | |
parent | 8c8218f878609af4719252d16ac0f42bccd9ba5b (diff) | |
download | clock-ac7e8b2318a0e118d4cb7ced49d109c40908cb85.tar.gz clock-ac7e8b2318a0e118d4cb7ced49d109c40908cb85.tar.bz2 clock-ac7e8b2318a0e118d4cb7ced49d109c40908cb85.zip |
fix content-type headers, and store a day's worth of weather data
Diffstat (limited to 'app/prototypes.h')
-rw-r--r-- | app/prototypes.h | 3 |
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); |