diff options
author | Erich Eckner <git@eckner.net> | 2018-10-24 15:30:09 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-10-24 15:30:09 +0200 |
commit | 49116c127443e5880423eca02889f8d576635652 (patch) | |
tree | 98d22f02766e84aa2290150557f54e4676591e87 /input_gadgets.h | |
parent | d7e5888dd7467daf56b9b7adc52c28794cdc6282 (diff) | |
download | anzeige-49116c127443e5880423eca02889f8d576635652.tar.xz |
input_gadgets: gadgets_retrieve_weather_forecast() neu
Diffstat (limited to 'input_gadgets.h')
-rw-r--r-- | input_gadgets.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/input_gadgets.h b/input_gadgets.h index cdf1bcb..002d9ef 100644 --- a/input_gadgets.h +++ b/input_gadgets.h @@ -4,3 +4,4 @@ struct MemoryStruct { }; int gadgets_retrieve_current_temperature(unsigned char *output, int max_len); +int gadgets_retrieve_weather_forecast(unsigned char *output, int max_len); |