aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-fs-gtk-edit_publish_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-fs-gtk-edit_publish_dialog.h')
-rw-r--r--src/fs/gnunet-fs-gtk-edit_publish_dialog.h6
1 files changed, 3 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 253d69d5..1492d2be 100644
--- a/src/fs/gnunet-fs-gtk-edit_publish_dialog.h
+++ b/src/fs/gnunet-fs-gtk-edit_publish_dialog.h
@@ -53,11 +53,11 @@ typedef void (*GNUNET_FS_GTK_EditPublishDialogCallback) (gpointer cls,
53 * Open the dialog to edit file information data. 53 * Open the dialog to edit file information data.
54 */ 54 */
55void 55void
56GNUNET_FS_GTK_edit_publish_dialog (GtkBuilder * builder, GtkWindow * parent, 56GNUNET_FS_GTK_edit_publish_dialog (GtkWindow * parent,
57 int do_index, const char *short_fn, 57 int do_index, const char *short_fn,
58 const struct GNUNET_FS_BlockOptions *bo, 58 const struct GNUNET_FS_BlockOptions bo,
59 struct GNUNET_FS_FileInformation *fip, 59 struct GNUNET_FS_FileInformation *fip,
60 gboolean allow_no_keywords, 60 gboolean allow_no_keywords, GtkListStore *anon_liststore,
61 GNUNET_FS_GTK_EditPublishDialogCallback cb, 61 GNUNET_FS_GTK_EditPublishDialogCallback cb,
62 gpointer cls); 62 gpointer cls);
63 63