aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_namestore_plugin.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-02-23 16:28:06 +0000
committerChristian Grothoff <christian@grothoff.org>2012-02-23 16:28:06 +0000
commitf3771e363a6ef1e580ea1a67c2498f36ba2ce83e (patch)
tree5d9ad9c158fb0ffe64a6a706c8c35c48a50458cc /src/include/gnunet_namestore_plugin.h
parent01ea8ec64f49908cd2ecba54a88d1310d4bff2f8 (diff)
downloadgnunet-f3771e363a6ef1e580ea1a67c2498f36ba2ce83e.tar.gz
gnunet-f3771e363a6ef1e580ea1a67c2498f36ba2ce83e.zip
-fix
Diffstat (limited to 'src/include/gnunet_namestore_plugin.h')
-rw-r--r--src/include/gnunet_namestore_plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_namestore_plugin.h b/src/include/gnunet_namestore_plugin.h
index 5eb01684b..546851339 100644
--- a/src/include/gnunet_namestore_plugin.h
+++ b/src/include/gnunet_namestore_plugin.h
@@ -101,7 +101,7 @@ struct GNUNET_NAMESTORE_PluginFunctions
101 * 101 *
102 * @param cls closure (internal context for the plugin) 102 * @param cls closure (internal context for the plugin)
103 * @param zone hash of the public key of the zone 103 * @param zone hash of the public key of the zone
104 * @param name name that is being mapped (at most 255 characters long) 104 * @param name name to remove (at most 255 characters long)
105 * @return GNUNET_OK on success 105 * @return GNUNET_OK on success
106 */ 106 */
107 int (*remove_records) (void *cls, 107 int (*remove_records) (void *cls,