summaryrefslogtreecommitdiff
path: root/src/include/gnunet_namecache_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_namecache_plugin.h')
-rw-r--r--src/include/gnunet_namecache_plugin.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/include/gnunet_namecache_plugin.h b/src/include/gnunet_namecache_plugin.h
index 8d3c4fb61..7c218fbeb 100644
--- a/src/include/gnunet_namecache_plugin.h
+++ b/src/include/gnunet_namecache_plugin.h
@@ -54,13 +54,15 @@ extern "C"
54 * @param block lookup result 54 * @param block lookup result
55 */ 55 */
56typedef void (*GNUNET_NAMECACHE_BlockCallback) (void *cls, 56typedef void (*GNUNET_NAMECACHE_BlockCallback) (void *cls,
57 const struct GNUNET_GNSRECORD_Block *block); 57 const struct
58 GNUNET_GNSRECORD_Block *block);
58 59
59 60
60/** 61/**
61 * @brief struct returned by the initialization function of the plugin 62 * @brief struct returned by the initialization function of the plugin
62 */ 63 */
63struct GNUNET_NAMECACHE_PluginFunctions { 64struct GNUNET_NAMECACHE_PluginFunctions
65{
64 /** 66 /**
65 * Closure to pass to all plugin functions. 67 * Closure to pass to all plugin functions.
66 */ 68 */