aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2022-04-11 18:58:54 +0200
committerChristian Grothoff <grothoff@gnunet.org>2022-04-11 18:58:54 +0200
commit78cf27aaac2bb93d34c2418ccfad8f8eda364886 (patch)
treec80e35e9d3356fb6d4472f06ece0d522814e21ae /src/include
parent6aad1fa35189a6abccae45f20092cc6ce6d27d03 (diff)
downloadexchange-78cf27aaac2bb93d34c2418ccfad8f8eda364886.tar.xz
-skeleton for GET /contracts/ logic: add to build system
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_exchange_service.h4
1 files changed, 2 insertions, 2 deletions
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);
/**