From f5f15e6531bb7072a02cb976771a43803bd044f6 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 21 Mar 2022 02:39:36 +0100 Subject: first rough-cut implementation of POST /reserves//status --- src/exchange/taler-exchange-httpd_responses.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/exchange/taler-exchange-httpd_responses.h') diff --git a/src/exchange/taler-exchange-httpd_responses.h b/src/exchange/taler-exchange-httpd_responses.h index ffd2cc9e1..03841e801 100644 --- a/src/exchange/taler-exchange-httpd_responses.h +++ b/src/exchange/taler-exchange-httpd_responses.h @@ -34,17 +34,14 @@ /** - * Compile the history of a reserve into a JSON object - * and calculate the total balance. + * Compile the history of a reserve into a JSON object. * * @param rh reserve history to JSON-ify - * @param[out] balance set to current reserve balance * @return json representation of the @a rh, NULL on error */ json_t * TEH_RESPONSE_compile_reserve_history ( - const struct TALER_EXCHANGEDB_ReserveHistory *rh, - struct TALER_Amount *balance); + const struct TALER_EXCHANGEDB_ReserveHistory *rh); /** -- cgit v1.2.3