From 41acdf11b8869bb261a63891c029487ccae25d35 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 5 Feb 2022 00:02:38 +0100 Subject: make API actually workable, sketch out melt --- src/include/taler_exchange_service.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/include') diff --git a/src/include/taler_exchange_service.h b/src/include/taler_exchange_service.h index 44ef48d46..3aa39031c 100644 --- a/src/include/taler_exchange_service.h +++ b/src/include/taler_exchange_service.h @@ -1062,6 +1062,11 @@ struct TALER_EXCHANGE_CsRResponse */ struct { + /** + * Length of the @e alg_values array. + */ + unsigned int arg_values_len; + /** * Values contributed by the exchange for the * respective coin's withdraw operation. -- cgit v1.2.3