From 0305cf5f9eb904e7a3ab3e8d39f4974a92a9a0b3 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 16 Jan 2020 22:40:12 +0100 Subject: move function to libtalerexchangedb, as planned --- src/exchange/taler-exchange-httpd_db.h | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'src/exchange/taler-exchange-httpd_db.h') diff --git a/src/exchange/taler-exchange-httpd_db.h b/src/exchange/taler-exchange-httpd_db.h index c63b3668b..e6d38d7fe 100644 --- a/src/exchange/taler-exchange-httpd_db.h +++ b/src/exchange/taler-exchange-httpd_db.h @@ -107,23 +107,5 @@ TEH_DB_run_transaction (struct MHD_Connection *connection, void *cb_cls); -/** - * Calculate the total value of all transactions performed. - * Stores @a off plus the cost of all transactions in @a tl - * in @a ret. - * - * @param tl transaction list to process - * @param off offset to use as the starting value - * @param[out] ret where the resulting total is to be stored - * @return #GNUNET_OK on success, #GNUNET_SYSERR on errors - */ -// FIXME: maybe move to another module, i.e. exchangedb??? -int -TEH_DB_calculate_transaction_list_totals (struct - TALER_EXCHANGEDB_TransactionList *tl, - const struct TALER_Amount *off, - struct TALER_Amount *ret); - - #endif /* TALER_EXCHANGE_HTTPD_DB_H */ -- cgit v1.2.3