aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-fs-gtk_event-handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-fs-gtk_event-handler.h')
-rw-r--r--src/fs/gnunet-fs-gtk_event-handler.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/fs/gnunet-fs-gtk_event-handler.h b/src/fs/gnunet-fs-gtk_event-handler.h
index 472ae731..a7247c80 100644
--- a/src/fs/gnunet-fs-gtk_event-handler.h
+++ b/src/fs/gnunet-fs-gtk_event-handler.h
@@ -176,7 +176,6 @@ struct DownloadEntry
176 * Has the download completed (or failed)? 176 * Has the download completed (or failed)?
177 */ 177 */
178 int is_done; 178 int is_done;
179
180}; 179};
181 180
182 181
@@ -249,6 +248,9 @@ GNUNET_GTK_add_search_result (struct SearchTab *tab,
249 uint32_t applicability_rank); 248 uint32_t applicability_rank);
250 249
251 250
251void
252GNUNET_FS_GTK_set_item_downloaded_name (GtkTreeStore *ts, GtkTreeRowReference *rr, gchar *filename);
253
252/** 254/**
253 * Notification of FS to a client about the progress of an 255 * Notification of FS to a client about the progress of an
254 * operation. Callbacks of this type will be used for uploads, 256 * operation. Callbacks of this type will be used for uploads,