aboutsummaryrefslogtreecommitdiff
path: root/src/setup/gnunet-setup.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-23 18:57:21 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-23 18:57:21 +0000
commit5e9b1bea2b6b8f53e5723b39d924e0a9dec028cc (patch)
tree4e456812d158f2c28ddb2b818743d22120bd541e /src/setup/gnunet-setup.h
parent0fda5e76735580ddd9429ee97c3b98a0d8d999e9 (diff)
downloadgnunet-gtk-5e9b1bea2b6b8f53e5723b39d924e0a9dec028cc.tar.gz
gnunet-gtk-5e9b1bea2b6b8f53e5723b39d924e0a9dec028cc.zip
-adding tab for namespace database configuration to namestore
Diffstat (limited to 'src/setup/gnunet-setup.h')
-rw-r--r--src/setup/gnunet-setup.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/setup/gnunet-setup.h b/src/setup/gnunet-setup.h
index 4864c902..0a7b8e26 100644
--- a/src/setup/gnunet-setup.h
+++ b/src/setup/gnunet-setup.h
@@ -93,6 +93,18 @@ GNUNET_SETUP_get_object (const char *name);
93 93
94 94
95/** 95/**
96 * Write configuration to dis, (re)start the namestore process and
97 * reload the namestore models.
98 *
99 *
100 * @param cls closure (unused)
101 * @param tc scheduler context (unused)
102 */
103void
104GNUNET_SETUP_restart_namestore (void *cls,
105 const struct GNUNET_SCHEDULER_TaskContext *tc);
106
107/**
96 * Our configuration. 108 * Our configuration.
97 */ 109 */
98extern struct GNUNET_CONFIGURATION_Handle *cfg; 110extern struct GNUNET_CONFIGURATION_Handle *cfg;