diff options
Diffstat (limited to 'src/fs/gnunet-fs-gtk-main_window_file_publish.c')
-rw-r--r-- | src/fs/gnunet-fs-gtk-main_window_file_publish.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fs/gnunet-fs-gtk-main_window_file_publish.c b/src/fs/gnunet-fs-gtk-main_window_file_publish.c index 750384cc..7106aebe 100644 --- a/src/fs/gnunet-fs-gtk-main_window_file_publish.c +++ b/src/fs/gnunet-fs-gtk-main_window_file_publish.c | |||
@@ -281,7 +281,8 @@ update_selectivity (struct MainPublishingDialogContext *ctx) | |||
281 | * @param do_index should we index or insert? | 281 | * @param do_index should we index or insert? |
282 | * @param iter parent entry, or NULL for top-level addition | 282 | * @param iter parent entry, or NULL for top-level addition |
283 | */ | 283 | */ |
284 | static void | 284 | // FIXME: are we keeping this around for a reason? |
285 | /* static */ void | ||
285 | add_file_at_iter (struct MainPublishingDialogContext *ctx, const char *filename, | 286 | add_file_at_iter (struct MainPublishingDialogContext *ctx, const char *filename, |
286 | const struct GNUNET_FS_BlockOptions *bo, int do_index, | 287 | const struct GNUNET_FS_BlockOptions *bo, int do_index, |
287 | GtkTreeIter * iter) | 288 | GtkTreeIter * iter) |