aboutsummaryrefslogtreecommitdiff
path: root/src/reclaim/json_reclaim.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/reclaim/json_reclaim.c')
-rw-r--r--src/reclaim/json_reclaim.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/reclaim/json_reclaim.c b/src/reclaim/json_reclaim.c
index fa3901e43..e029fdfb6 100644
--- a/src/reclaim/json_reclaim.c
+++ b/src/reclaim/json_reclaim.c
@@ -102,6 +102,7 @@ parse_attr (void *cls, json_t *root, struct GNUNET_JSON_Specification *spec)
102 return GNUNET_OK; 102 return GNUNET_OK;
103} 103}
104 104
105
105/** 106/**
106 * Cleanup data left from parsing RSA public key. 107 * Cleanup data left from parsing RSA public key.
107 * 108 *
@@ -121,6 +122,7 @@ clean_attr (void *cls, struct GNUNET_JSON_Specification *spec)
121 } 122 }
122} 123}
123 124
125
124/** 126/**
125 * JSON Specification for Reclaim claims. 127 * JSON Specification for Reclaim claims.
126 * 128 *
@@ -141,6 +143,8 @@ GNUNET_RECLAIM_JSON_spec_claim (struct GNUNET_RECLAIM_ATTRIBUTE_Claim **attr)
141 *attr = NULL; 143 *attr = NULL;
142 return ret; 144 return ret;
143} 145}
146
147
144/** 148/**
145 * Parse given JSON object to a ticket 149 * Parse given JSON object to a ticket
146 * 150 *
@@ -219,6 +223,7 @@ parse_ticket (void *cls, json_t *root, struct GNUNET_JSON_Specification *spec)
219 return GNUNET_OK; 223 return GNUNET_OK;
220} 224}
221 225
226
222/** 227/**
223 * Cleanup data left from parsing RSA public key. 228 * Cleanup data left from parsing RSA public key.
224 * 229 *
@@ -238,6 +243,7 @@ clean_ticket (void *cls, struct GNUNET_JSON_Specification *spec)
238 } 243 }
239} 244}
240 245
246
241/** 247/**
242 * JSON Specification for Reclaim tickets. 248 * JSON Specification for Reclaim tickets.
243 * 249 *