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.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/fs/gnunet-fs-gtk_advertise-pseudonym.h b/src/fs/gnunet-fs-gtk_advertise-pseudonym.h
index c5c53de7..4002401e 100644
--- a/src/fs/gnunet-fs-gtk_advertise-pseudonym.h
+++ b/src/fs/gnunet-fs-gtk_advertise-pseudonym.h
@@ -1,10 +1,10 @@
1/* 1/*
2 This file is part of GNUnet 2 This file is part of GNUnet
3 (C) 2005, 2006, 2010, 2012 Christian Grothoff (and other contributing authors) 3 (C) 2005-2013 Christian Grothoff (and other contributing authors)
4 4
5 GNUnet is free software; you can redistribute it and/or modify 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 6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 2, or (at your 7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version. 8 option) any later version.
9 9
10 GNUnet is distributed in the hope that it will be useful, but 10 GNUnet is distributed in the hope that it will be useful, but
@@ -17,27 +17,27 @@
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330, 17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA. 18 Boston, MA 02111-1307, USA.
19*/ 19*/
20
21#ifndef GNUNET_FS_GTK_ADVERTISE_PSEUDONYM_H
22#define GNUNET_FS_GTK_ADVERTISE_PSEUDONYM_H
23
24/** 20/**
25 * @file src/fs/gnunet-fs-gtk_advertise-pseudonym.h 21 * @file src/fs/gnunet-fs-gtk_advertise-pseudonym.h
26 * @author Christian Grothoff 22 * @author Christian Grothoff
27 * @brief run the advertising dialog (using the edit-publish 23 * @brief run the advertising dialog (using the edit-publish
28 * dialog functions) and finally do the advertising 24 * dialog functions) and finally do the advertising
29 */ 25 */
26#ifndef GNUNET_FS_GTK_ADVERTISE_PSEUDONYM_H
27#define GNUNET_FS_GTK_ADVERTISE_PSEUDONYM_H
28
30#include "gnunet-fs-gtk_common.h" 29#include "gnunet-fs-gtk_common.h"
31 30
32/** 31/**
33 * Call the publication editor dialog in namespace advertising mode, 32 * Call the publication editor dialog in namespace advertising mode,
34 * and publish the namespace when it's OK'ed. 33 * and publish the namespace when it's OK'ed.
35 * 34 *
36 * @param ns namespace to advertise (takes ownership of it) 35 * @param ns namespace to advertise
37 * @param transient_for parent window for the dialog 36 * @param transient_for parent window for the dialog
38 */ 37 */
39void 38void
40GNUNET_FS_GTK_advertise_namespace (struct GNUNET_FS_Namespace *ns, GtkWindow *transient_for); 39GNUNET_FS_GTK_advertise_namespace (const struct GNUNET_CRYPTO_EccPrivateKey *ns,
40 GtkWindow *transient_for);
41 41
42#endif 42#endif
43 43