aboutsummaryrefslogtreecommitdiff
path: root/src/reclaim/gnunet-service-reclaim.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/reclaim/gnunet-service-reclaim.c')
-rw-r--r--src/reclaim/gnunet-service-reclaim.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/reclaim/gnunet-service-reclaim.c b/src/reclaim/gnunet-service-reclaim.c
index 440656343..a83ea05a6 100644
--- a/src/reclaim/gnunet-service-reclaim.c
+++ b/src/reclaim/gnunet-service-reclaim.c
@@ -712,7 +712,6 @@ handle_issue_ticket_message (void *cls, const struct IssueTicketMessage *im)
712} 712}
713 713
714 714
715
716/********************************************************** 715/**********************************************************
717* Revocation 716* Revocation
718**********************************************************/ 717**********************************************************/
@@ -880,6 +879,7 @@ handle_consume_ticket_message (void *cls, const struct ConsumeTicketMessage *cm)
880 GNUNET_SERVICE_client_continue (idp->client); 879 GNUNET_SERVICE_client_continue (idp->client);
881} 880}
882 881
882
883/***************************************** 883/*****************************************
884* Attribute store 884* Attribute store
885*****************************************/ 885*****************************************/
@@ -1355,6 +1355,7 @@ attr_iter_finished (void *cls)
1355 GNUNET_free (ai); 1355 GNUNET_free (ai);
1356} 1356}
1357 1357
1358
1358/** 1359/**
1359 * Error iterating over attributes. Abort. 1360 * Error iterating over attributes. Abort.
1360 * 1361 *
@@ -1512,6 +1513,7 @@ handle_iteration_next (void *cls,
1512 GNUNET_SERVICE_client_continue (idp->client); 1513 GNUNET_SERVICE_client_continue (idp->client);
1513} 1514}
1514 1515
1516
1515/****************************************************** 1517/******************************************************
1516* Ticket iteration 1518* Ticket iteration
1517******************************************************/ 1519******************************************************/