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