aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_reclaim_attribute_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_reclaim_attribute_plugin.h')
-rw-r--r--src/include/gnunet_reclaim_attribute_plugin.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/gnunet_reclaim_attribute_plugin.h b/src/include/gnunet_reclaim_attribute_plugin.h
index d35916379..26a4bb4f2 100644
--- a/src/include/gnunet_reclaim_attribute_plugin.h
+++ b/src/include/gnunet_reclaim_attribute_plugin.h
@@ -108,7 +108,8 @@ typedef const char *(*GNUNET_RECLAIM_ATTRIBUTE_NumberToTypenameFunction) (
108 * Each plugin is required to return a pointer to a struct of this 108 * Each plugin is required to return a pointer to a struct of this
109 * type as the return value from its entry point. 109 * type as the return value from its entry point.
110 */ 110 */
111struct GNUNET_RECLAIM_ATTRIBUTE_PluginFunctions { 111struct GNUNET_RECLAIM_ATTRIBUTE_PluginFunctions
112{
112 /** 113 /**
113 * Closure for all of the callbacks. 114 * Closure for all of the callbacks.
114 */ 115 */