aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-fs-gtk_advertise-pseudonym.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-fs-gtk_advertise-pseudonym.h')
-rw-r--r--src/fs/gnunet-fs-gtk_advertise-pseudonym.h45
1 files changed, 0 insertions, 45 deletions
diff --git a/src/fs/gnunet-fs-gtk_advertise-pseudonym.h b/src/fs/gnunet-fs-gtk_advertise-pseudonym.h
deleted file mode 100644
index 4002401e..00000000
--- a/src/fs/gnunet-fs-gtk_advertise-pseudonym.h
+++ /dev/null
@@ -1,45 +0,0 @@
1/*
2 This file is part of GNUnet
3 (C) 2005-2013 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19*/
20/**
21 * @file src/fs/gnunet-fs-gtk_advertise-pseudonym.h
22 * @author Christian Grothoff
23 * @brief run the advertising dialog (using the edit-publish
24 * dialog functions) and finally do the advertising
25 */
26#ifndef GNUNET_FS_GTK_ADVERTISE_PSEUDONYM_H
27#define GNUNET_FS_GTK_ADVERTISE_PSEUDONYM_H
28
29#include "gnunet-fs-gtk_common.h"
30
31/**
32 * Call the publication editor dialog in namespace advertising mode,
33 * and publish the namespace when it's OK'ed.
34 *
35 * @param ns namespace to advertise
36 * @param transient_for parent window for the dialog
37 */
38void
39GNUNET_FS_GTK_advertise_namespace (const struct GNUNET_CRYPTO_EccPrivateKey *ns,
40 GtkWindow *transient_for);
41
42#endif
43
44/* end of gnunet-fs-gtk_advertise-pseudonym.h */
45