From bb286cb253251e8210ed686dbde3dc8ecee16420 Mon Sep 17 00:00:00 2001 From: Markus Voggenreiter Date: Wed, 23 Oct 2019 21:50:46 +0200 Subject: Preparation for Reference Type --- src/reclaim/json_reclaim.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/reclaim/json_reclaim.h') diff --git a/src/reclaim/json_reclaim.h b/src/reclaim/json_reclaim.h index 4280cce48..9e6479e5e 100644 --- a/src/reclaim/json_reclaim.h +++ b/src/reclaim/json_reclaim.h @@ -56,3 +56,12 @@ GNUNET_RECLAIM_JSON_spec_ticket (struct GNUNET_RECLAIM_Ticket **ticket); struct GNUNET_JSON_Specification GNUNET_RECLAIM_JSON_spec_claim_attest (struct GNUNET_RECLAIM_ATTESTATION_Claim **attr); + + /** + * JSON Specification for Reclaim attestation references. + * + * @param ticket struct of GNUNET_RECLAIM_ATTESTATION_REFERENCE to fill + * @return JSON Specification + */ + struct GNUNET_JSON_Specification + GNUNET_RECLAIM_JSON_spec_claim_attest_ref(struct GNUNET_RECLAIM_ATTESTATION_REFERENCE **attr); -- cgit v1.2.3