aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_reclaim_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_reclaim_plugin.h')
-rw-r--r--src/include/gnunet_reclaim_plugin.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/include/gnunet_reclaim_plugin.h b/src/include/gnunet_reclaim_plugin.h
index 2ba8fc8a0..11d5d76f7 100644
--- a/src/include/gnunet_reclaim_plugin.h
+++ b/src/include/gnunet_reclaim_plugin.h
@@ -92,8 +92,8 @@ typedef uint32_t (*GNUNET_RECLAIM_AttributeTypenameToNumberFunction) (
92 92
93 93
94/** 94/**
95 * Function called to convert a type number (i.e. 1) to the 95 * Function called to convert a type number to the
96 * corresponding type string 96 * corresponding type string (e.g. 1 to "A")
97 * 97 *
98 * @param cls closure 98 * @param cls closure
99 * @param type number of a type to convert 99 * @param type number of a type to convert
@@ -154,8 +154,8 @@ typedef uint32_t (*GNUNET_RECLAIM_CredentialTypenameToNumberFunction) (
154 154
155 155
156/** 156/**
157 * Function called to convert a type number (i.e. 1) to the 157 * Function called to convert a type number to the
158 * corresponding type string 158 * corresponding type string (e.g. 1 to "A")
159 * 159 *
160 * @param cls closure 160 * @param cls closure
161 * @param type number of a type to convert 161 * @param type number of a type to convert
@@ -253,8 +253,8 @@ typedef uint32_t (*GNUNET_RECLAIM_PresentationTypenameToNumberFunction) (
253 253
254 254
255/** 255/**
256 * Function called to convert a type number (i.e. 1) to the 256 * Function called to convert a type number to the
257 * corresponding type string 257 * corresponding type string (e.g. 1 to "A")
258 * 258 *
259 * @param cls closure 259 * @param cls closure
260 * @param type number of a type to convert 260 * @param type number of a type to convert