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.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/fs/gnunet-fs-gtk-edit_publish_dialog.h b/src/fs/gnunet-fs-gtk-edit_publish_dialog.h
index c13f6abe..1ba1a5ed 100644
--- a/src/fs/gnunet-fs-gtk-edit_publish_dialog.h
+++ b/src/fs/gnunet-fs-gtk-edit_publish_dialog.h
@@ -19,23 +19,23 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file src/edit_publish_dialog.h 22 * @file src/fs/gnunet-fs-gtk-edit_publish_dialog.h
23 * @author Christian Grothoff 23 * @author Christian Grothoff
24 */ 24 */
25#ifndef EDIT_PUBLISH_DIALOG_H 25#ifndef GNUNET_FS_GTK_EDIT_PUBLISH_DIALOG_H
26#define EDIT_PUBLISH_DIALOG_H 26#define GNUNET_FS_GTK_EDIT_PUBLISH_DIALOG_H
27 27
28#include "common.h" 28#include "gnunet-fs-gtk-common.h"
29#include <gnunet/gnunet_util_lib.h> 29#include <gnunet/gnunet_util_lib.h>
30#include <gnunet/gnunet_fs_service.h> 30#include <gnunet/gnunet_fs_service.h>
31 31
32 32
33void 33void
34GNUNET_GTK_edit_publish_dialog (int *do_index, 34GNUNET_FS_GTK_edit_publish_dialog (int *do_index,
35 char **short_fn, 35 char **short_fn,
36 guint *anonymity_level, 36 guint *anonymity_level,
37 guint *priority, 37 guint *priority,
38 struct GNUNET_FS_FileInformation *fip); 38 struct GNUNET_FS_FileInformation *fip);
39 39
40#endif 40#endif
41/* end of edit_publish_dialog.h */ 41/* end of gnunet-fs-gtk-edit_publish_dialog.h */