summaryrefslogtreecommitdiffstats
path: root/display-gtk.h
diff options
context:
space:
mode:
Diffstat (limited to 'display-gtk.h')
-rw-r--r--display-gtk.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/display-gtk.h b/display-gtk.h
index d709696a6..4f156c7f7 100644
--- a/display-gtk.h
+++ b/display-gtk.h
@@ -113,6 +113,7 @@ 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);
+GError *uemis_download(const char *path, char **divenr, char **xml_buffer,
+ progressbar_t *progress, gboolean force_download);
#endif