aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_namecache_plugin.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-10-05 15:09:28 +0200
committerChristian Grothoff <christian@grothoff.org>2019-10-05 15:09:28 +0200
commitc4e9ba925ffd758aaa3feee2ccfc0b76f26fe207 (patch)
treecac3ce030d77b4cbe7c7dc62ed58cfe6d24f73e1 /src/include/gnunet_namecache_plugin.h
parentfbb71d527c7d6babf269a8fefce1db291b9f7068 (diff)
downloadgnunet-c4e9ba925ffd758aaa3feee2ccfc0b76f26fe207.tar.gz
gnunet-c4e9ba925ffd758aaa3feee2ccfc0b76f26fe207.zip
global reindent, now with uncrustify hook enabled
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 */