summaryrefslogtreecommitdiffstats
path: root/display-gtk.h
diff options
context:
space:
mode:
Diffstat (limited to 'display-gtk.h')
-rw-r--r--display-gtk.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/display-gtk.h b/display-gtk.h
index e4cf9b800..b75515232 100644
--- a/display-gtk.h
+++ b/display-gtk.h
@@ -98,4 +98,6 @@ typedef gint (*sort_func_t)(GtkTreeModel *model,
extern GtkTreeViewColumn *tree_view_column(GtkWidget *tree_view, int index, const char *title,
data_func_t data_func, unsigned int flags);
+GError *uemis_download(const char *path, char **divenr, char **xml_buffer, progressbar_t *progress);
+
#endif