diff options
Diffstat (limited to 'src/identity/gnunet-identity-gtk_namespace_manager.h')
-rw-r--r-- | src/identity/gnunet-identity-gtk_namespace_manager.h | 29 |
1 files changed, 18 insertions, 11 deletions
diff --git a/src/identity/gnunet-identity-gtk_namespace_manager.h b/src/identity/gnunet-identity-gtk_namespace_manager.h index cffa6894..aceca5e4 100644 --- a/src/identity/gnunet-identity-gtk_namespace_manager.h +++ b/src/identity/gnunet-identity-gtk_namespace_manager.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 |
@@ -19,18 +19,25 @@ | |||
19 | */ | 19 | */ |
20 | 20 | ||
21 | /** | 21 | /** |
22 | * @file src/fs/gnunet-fs-gtk_namespace_manager.h | 22 | * @file src/identity/gnunet-identity-gtk_namespace_manager.h |
23 | * @author LRN | 23 | * @author LRN |
24 | * @author Christian Grothoff | ||
24 | */ | 25 | */ |
25 | 26 | ||
26 | #ifndef GNUNET_FS_GTK_NAMESPACE_MANAGER_H | 27 | #ifndef GNUNET_IDENTITY_GTK_NAMESPACE_MANAGER_H |
27 | #define GNUNET_FS_GTK_NAMESPACE_MANAGER_H | 28 | #define GNUNET_IDENTITY_GTK_NAMESPACE_MANAGER_H |
28 | 29 | ||
29 | #include "gnunet-fs-gtk_common.h" | 30 | #include "gnunet_gtk.h" |
30 | #include "gnunet-fs-gtk.h" | ||
31 | 31 | ||
32 | GtkObject * | 32 | /** |
33 | GNUNET_GTK_namespace_manager_open (struct GNUNET_GTK_MainWindowContext *main_ctx); | 33 | * Run the dialog for advertising a namespace. |
34 | * | ||
35 | * @param priv private key of the namespace to advertise | ||
36 | */ | ||
37 | void | ||
38 | GNUNET_IDENTITY_advertise_dialog_start_ (const struct GNUNET_CRYPTO_EccPrivateKey *priv); | ||
39 | |||
40 | #endif | ||
41 | /* GNUNET_FS_GTK_NAMESPACE_MANAGER_H */ | ||
34 | 42 | ||
35 | #endif /* GNUNET_FS_GTK_NAMESPACE_MANAGER_H */ | 43 | /* end of gnunet-identity-gtk_namespace_manager.h */ |
36 | /* end of gnunet-fs-gtk_namespace_manager.c */ | ||