From f3771e363a6ef1e580ea1a67c2498f36ba2ce83e Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 23 Feb 2012 16:28:06 +0000 Subject: [PATCH] -fix --- src/include/gnunet_namestore_plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 * * @param cls closure (internal context for the plugin) * @param zone hash of the public key of the zone - * @param name name that is being mapped (at most 255 characters long) + * @param name name to remove (at most 255 characters long) * @return GNUNET_OK on success */ int (*remove_records) (void *cls, -- 2.25.1