diff options
Diffstat (limited to 'src/fs/gnunet-fs-gtk-edit_publish_dialog.h')
-rw-r--r-- | src/fs/gnunet-fs-gtk-edit_publish_dialog.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/fs/gnunet-fs-gtk-edit_publish_dialog.h b/src/fs/gnunet-fs-gtk-edit_publish_dialog.h index d1ef015e..253d69d5 100644 --- a/src/fs/gnunet-fs-gtk-edit_publish_dialog.h +++ b/src/fs/gnunet-fs-gtk-edit_publish_dialog.h | |||
@@ -44,8 +44,7 @@ | |||
44 | typedef void (*GNUNET_FS_GTK_EditPublishDialogCallback) (gpointer cls, | 44 | typedef void (*GNUNET_FS_GTK_EditPublishDialogCallback) (gpointer cls, |
45 | int do_index, | 45 | int do_index, |
46 | const char *short_fn, | 46 | const char *short_fn, |
47 | guint anonymity_level, | 47 | const struct GNUNET_FS_BlockOptions *bo, |
48 | guint priority, | ||
49 | const char *root, | 48 | const char *root, |
50 | int ret); | 49 | int ret); |
51 | 50 | ||
@@ -56,7 +55,7 @@ typedef void (*GNUNET_FS_GTK_EditPublishDialogCallback) (gpointer cls, | |||
56 | void | 55 | void |
57 | GNUNET_FS_GTK_edit_publish_dialog (GtkBuilder * builder, GtkWindow * parent, | 56 | GNUNET_FS_GTK_edit_publish_dialog (GtkBuilder * builder, GtkWindow * parent, |
58 | int do_index, const char *short_fn, | 57 | int do_index, const char *short_fn, |
59 | uint32_t anonymity_level, uint32_t priority, | 58 | const struct GNUNET_FS_BlockOptions *bo, |
60 | struct GNUNET_FS_FileInformation *fip, | 59 | struct GNUNET_FS_FileInformation *fip, |
61 | gboolean allow_no_keywords, | 60 | gboolean allow_no_keywords, |
62 | GNUNET_FS_GTK_EditPublishDialogCallback cb, | 61 | GNUNET_FS_GTK_EditPublishDialogCallback cb, |