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, 1 insertions, 1 deletions
diff --git a/display-gtk.h b/display-gtk.h
index e1fd4f5d9..b524f5e50 100644
--- a/display-gtk.h
+++ b/display-gtk.h
@@ -113,7 +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,
+GError *uemis_download(const char *path, char **xml_buffer,
progressbar_t *progress, GtkDialog *dialog, gboolean force_download);
#endif