summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2022-02-05 00:02:38 +0100
committerChristian Grothoff <grothoff@gnunet.org>2022-02-05 00:02:38 +0100
commit41acdf11b8869bb261a63891c029487ccae25d35 (patch)
treeb688d8a6afc4b2d8df05cc7f41b853cbd9cf37d6 /src/include
parentb30765c7d07240a48e66a551e6f82dc0a5670bec (diff)
downloadexchange-41acdf11b8869bb261a63891c029487ccae25d35.tar.gz
exchange-41acdf11b8869bb261a63891c029487ccae25d35.tar.bz2
exchange-41acdf11b8869bb261a63891c029487ccae25d35.zip
make API actually workable, sketch out melt
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_exchange_service.h5
1 files changed, 5 insertions, 0 deletions
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
@@ -1063,6 +1063,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.
*/