aboutsummaryrefslogtreecommitdiff
path: root/src/reclaim/gnunet-service-reclaim_tickets.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/reclaim/gnunet-service-reclaim_tickets.c')
-rw-r--r--src/reclaim/gnunet-service-reclaim_tickets.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/reclaim/gnunet-service-reclaim_tickets.c b/src/reclaim/gnunet-service-reclaim_tickets.c
index 3fc885aaf..a17dfb0e2 100644
--- a/src/reclaim/gnunet-service-reclaim_tickets.c
+++ b/src/reclaim/gnunet-service-reclaim_tickets.c
@@ -485,7 +485,7 @@ rvk_ticket_update_finished (void *cls)
485 * @param cls handle to the operation 485 * @param cls handle to the operation
486 * @param zone ticket issuer private key 486 * @param zone ticket issuer private key
487 * @param label ticket rnd 487 * @param label ticket rnd
488 * @param rd_cound size of record set 488 * @param rd_count size of record set
489 * @param rd record set 489 * @param rd record set
490 */ 490 */
491static void 491static void
@@ -569,7 +569,7 @@ rvk_ns_err (void *cls)
569 * When we are done, we need to update any other ticket which 569 * When we are done, we need to update any other ticket which
570 * included references to any of the changed attributes. 570 * included references to any of the changed attributes.
571 * 571 *
572 * @param rvk handle to the operation 572 * @param rh handle to the operation
573 */ 573 */
574static void 574static void
575move_attrs (struct RECLAIM_TICKETS_RevokeHandle *rh); 575move_attrs (struct RECLAIM_TICKETS_RevokeHandle *rh);
@@ -835,7 +835,7 @@ remove_ticket_cont (void *cls, int32_t success, const char *emsg)
835 * @param cls handle to the operation 835 * @param cls handle to the operation
836 * @param zone the issuer key 836 * @param zone the issuer key
837 * @param label ticket rnd 837 * @param label ticket rnd
838 * @param rd_cound size of record set 838 * @param rd_count size of record set
839 * @param rd record set 839 * @param rd record set
840 */ 840 */
841static void 841static void
@@ -986,7 +986,7 @@ cleanup_cth (struct RECLAIM_TICKETS_ConsumeHandle *cth)
986 * We found an attribute record. 986 * We found an attribute record.
987 * 987 *
988 * @param cls handle to the operation 988 * @param cls handle to the operation
989 * @param rd_cound size of record set 989 * @param rd_count size of record set
990 * @param rd record set 990 * @param rd record set
991 */ 991 */
992static void 992static void
@@ -1074,7 +1074,7 @@ abort_parallel_lookups (void *cls)
1074 * attribute record under the referenced label. 1074 * attribute record under the referenced label.
1075 * 1075 *
1076 * @param cls handle to the operation 1076 * @param cls handle to the operation
1077 * @param rd_cound size of the record set 1077 * @param rd_count size of the record set
1078 * @param rd record set 1078 * @param rd record set
1079 */ 1079 */
1080static void 1080static void