summaryrefslogtreecommitdiff
path: root/src/localtemp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/localtemp.h')
-rw-r--r--src/localtemp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/localtemp.h b/src/localtemp.h
index 2e238cf..e199a9a 100644
--- a/src/localtemp.h
+++ b/src/localtemp.h
@@ -59,6 +59,6 @@ public:
private:
void set_temp(double temp_c);
void set_humidity(int hum);
- void get_ob_info(double precip10m);
+ void get_ob_info(double precip10m, double sun10m, time_t observation_time);
bool fetch_latest_time(std::string &yyyymmdd, std::string &hhmmss, std::string &block3h, time_t &obs_utc); bool extract_json_number(const std::string &json, const std::string &key, double &value);
};