summaryrefslogtreecommitdiff
path: root/input_gadgets.h
diff options
context:
space:
mode:
Diffstat (limited to 'input_gadgets.h')
-rw-r--r--input_gadgets.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/input_gadgets.h b/input_gadgets.h
index 1c667e3..eee6915 100644
--- a/input_gadgets.h
+++ b/input_gadgets.h
@@ -15,7 +15,7 @@ typedef struct {
time_t onset, expires;
} warning_t;
-char *gadgets_retrieve_current_temperature(char *output, int max_len);
+char *gadgets_retrieve_current_temperature(char *output, int max_len, double *temperature, double *humidity);
char *gadgets_retrieve_weather_forecast(char *output, int max_len);
char *gadgets_retrieve_weather_warnings(char *output, int max_len);