aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-fs-gtk-edit_publish_dialog.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-15 14:55:37 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-15 14:55:37 +0000
commit9de75a32f657bcd95bf80e77395dbc48b83e88f2 (patch)
tree0de9875239f2694397881465153cf3a3c3c1536f /src/fs/gnunet-fs-gtk-edit_publish_dialog.h
parent2e50a00a6af5b337df91fb66f2c4c36ec32412c4 (diff)
downloadgnunet-gtk-9de75a32f657bcd95bf80e77395dbc48b83e88f2.tar.gz
gnunet-gtk-9de75a32f657bcd95bf80e77395dbc48b83e88f2.zip
renaming
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 */