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.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/include/gnunet_reclaim_attribute_plugin.h b/src/include/gnunet_reclaim_attribute_plugin.h
index c05c80b07..d35916379 100644
--- a/src/include/gnunet_reclaim_attribute_plugin.h
+++ b/src/include/gnunet_reclaim_attribute_plugin.h
@@ -16,7 +16,7 @@
16 along with this program. If not, see <http://www.gnu.org/licenses/>. 16 along with this program. If not, see <http://www.gnu.org/licenses/>.
17 17
18 SPDX-License-Identifier: AGPL3.0-or-later 18 SPDX-License-Identifier: AGPL3.0-or-later
19*/ 19 */
20 20
21/** 21/**
22 * @author Martin Schanzenbach 22 * @author Martin Schanzenbach
@@ -108,9 +108,7 @@ 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{
113
114 /** 112 /**
115 * Closure for all of the callbacks. 113 * Closure for all of the callbacks.
116 */ 114 */