From 78cf27aaac2bb93d34c2418ccfad8f8eda364886 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 11 Apr 2022 18:58:54 +0200 Subject: -skeleton for GET /contracts/ logic: add to build system --- src/include/taler_exchange_service.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include') diff --git a/src/include/taler_exchange_service.h b/src/include/taler_exchange_service.h index 4cdd0c33a..e51473222 100644 --- a/src/include/taler_exchange_service.h +++ b/src/include/taler_exchange_service.h @@ -4084,7 +4084,7 @@ struct TALER_EXCHANGE_ContractsGetHandle; * @param cb_cls closure for @a cb * @return the request handle; NULL upon error */ -struct TALER_EXCHANGE_ContractGetHandle * +struct TALER_EXCHANGE_ContractsGetHandle * TALER_EXCHANGE_contract_get ( struct TALER_EXCHANGE_Handle *exchange, const struct TALER_ContractDiffiePrivateP *contract_priv, @@ -4099,7 +4099,7 @@ TALER_EXCHANGE_contract_get ( */ void TALER_EXCHANGE_contract_get_cancel ( - struct TALER_EXCHANGE_ContractGetHandle *cgh); + struct TALER_EXCHANGE_ContractsGetHandle *cgh); /** -- cgit v1.2.3