[Xfce4-commits] [panel-plugins/xfce4-weather-plugin] 03/05: Fix two compiler warnings about implicit declarations of functions
noreply at xfce.org
noreply at xfce.org
Thu Feb 16 20:56:39 CET 2017
This is an automated email from the git hooks/post-receive script.
hjudt pushed a commit to branch master
in repository panel-plugins/xfce4-weather-plugin.
commit 545df4b70c2ab0cf7a512838cfcd6a57000607b0
Author: Harald Judt <h.judt at gmx.at>
Date: Thu Feb 16 20:25:15 2017 +0100
Fix two compiler warnings about implicit declarations of functions
---
panel-plugin/weather-data.h | 2 ++
panel-plugin/weather-parsers.h | 3 +++
2 files changed, 5 insertions(+)
diff --git a/panel-plugin/weather-data.h b/panel-plugin/weather-data.h
index f468d26..73f5195 100644
--- a/panel-plugin/weather-data.h
+++ b/panel-plugin/weather-data.h
@@ -143,6 +143,8 @@ gint xml_time_compare(gconstpointer a,
void merge_astro(GArray *astrodata,
const xml_astro *astro);
+void astrodata_clean(GArray *astrodata);
+
void merge_timeslice(xml_weather *wd,
const xml_time *timeslice);
diff --git a/panel-plugin/weather-parsers.h b/panel-plugin/weather-parsers.h
index 71e3f4d..2b98d2f 100644
--- a/panel-plugin/weather-parsers.h
+++ b/panel-plugin/weather-parsers.h
@@ -133,6 +133,9 @@ gboolean parse_weather(xmlNode *cur_node,
xml_astro *parse_astro(xmlNode *cur_node);
+gboolean parse_astrodata(xmlNode *cur_node,
+ GArray *astrodata);
+
xml_geolocation *parse_geolocation(xmlNode *cur_node);
xml_place *parse_place(xmlNode *cur_node);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list