aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_reclaim_service.h
diff options
context:
space:
mode:
authorWillow Liquorice <willow@howhill.com>2022-09-07 20:50:41 +0100
committerWillow Liquorice <willow@howhill.com>2022-10-03 00:44:35 +0100
commit2803abe19c6c65c1a98a9b69cef27b5dc363f93e (patch)
tree6658559e86a51506080c12acbf348d0964a39f8b /src/include/gnunet_reclaim_service.h
parent8a86448236ad19365734ee3353da449c21f41a28 (diff)
downloadgnunet-2803abe19c6c65c1a98a9b69cef27b5dc363f93e.tar.gz
gnunet-2803abe19c6c65c1a98a9b69cef27b5dc363f93e.zip
-DOC: Documentation cleanup pass through RECLAIM subsystem
Diffstat (limited to 'src/include/gnunet_reclaim_service.h')
-rw-r--r--src/include/gnunet_reclaim_service.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/gnunet_reclaim_service.h b/src/include/gnunet_reclaim_service.h
index b80436e6b..e9e0f144d 100644
--- a/src/include/gnunet_reclaim_service.h
+++ b/src/include/gnunet_reclaim_service.h
@@ -200,7 +200,7 @@ GNUNET_RECLAIM_attribute_store (
200 * 200 *
201 * @param h handle to the re:claimID service 201 * @param h handle to the re:claimID service
202 * @param pkey private key of the identity 202 * @param pkey private key of the identity
203 * @param attr the credential value 203 * @param credential the credential value
204 * @param exp_interval the relative expiration interval for the credential 204 * @param exp_interval the relative expiration interval for the credential
205 * @param cont continuation to call when done 205 * @param cont continuation to call when done
206 * @param cont_cls closure for @a cont 206 * @param cont_cls closure for @a cont
@@ -349,7 +349,7 @@ GNUNET_RECLAIM_get_credentials_start (
349 * Calls the record processor specified in #GNUNET_RECLAIM_get_credentials_start 349 * Calls the record processor specified in #GNUNET_RECLAIM_get_credentials_start
350 * for the next record. 350 * for the next record.
351 * 351 *
352 * @param it the iterator 352 * @param ait the iterator
353 */ 353 */
354void 354void
355GNUNET_RECLAIM_get_credentials_next ( 355GNUNET_RECLAIM_get_credentials_next (
@@ -361,7 +361,7 @@ GNUNET_RECLAIM_get_credentials_next (
361 * be called on any iteration that has not yet completed prior to calling 361 * be called on any iteration that has not yet completed prior to calling
362 * #GNUNET_RECLAIM_disconnect. 362 * #GNUNET_RECLAIM_disconnect.
363 * 363 *
364 * @param it the iterator 364 * @param ait the iterator
365 */ 365 */
366void 366void
367GNUNET_RECLAIM_get_credentials_stop ( 367GNUNET_RECLAIM_get_credentials_stop (