summaryrefslogtreecommitdiff
path: root/src/include/taler_merchant_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/taler_merchant_service.h')
-rw-r--r--src/include/taler_merchant_service.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/include/taler_merchant_service.h b/src/include/taler_merchant_service.h
index 3335aeab..39509de9 100644
--- a/src/include/taler_merchant_service.h
+++ b/src/include/taler_merchant_service.h
@@ -1524,7 +1524,7 @@ TALER_MERCHANT_order_pay_frontend (
const char *order_id,
unsigned int num_coins,
const struct TALER_MERCHANT_PaidCoin coins[],
- TALER_MERCHANT_PayCallback pay_cb,
+ TALER_MERCHANT_OrderPayCallback pay_cb,
void *pay_cb_cls);
@@ -1617,7 +1617,7 @@ TALER_MERCHANT_order_pay (
const char *order_id,
unsigned int num_coins,
const struct TALER_MERCHANT_PayCoin coins[],
- TALER_MERCHANT_PayCallback pay_cb,
+ TALER_MERCHANT_OrderPayCallback pay_cb,
void *pay_cb_cls);
@@ -1638,7 +1638,7 @@ TALER_MERCHANT_order_pay_cancel (struct TALER_MERCHANT_OrderPayHandle *oph);
/**
* Handle for an POST /orders/$ID/abort operation.
*/
-struct TALER_MERCHANT_AbortHandle;
+struct TALER_MERCHANT_OrderAbortHandle;
/**
@@ -1710,7 +1710,7 @@ typedef void
* @param payref_cb_cls closure for @a pay_cb
* @return a handle for this request
*/
-struct TALER_MERCHANT_AbortHandle *
+struct TALER_MERCHANT_OrderAbortHandle *
TALER_MERCHANT_order_abort (struct GNUNET_CURL_Context *ctx,
const char *merchant_url,
const struct GNUNET_HashCode *h_contract,
@@ -1737,7 +1737,7 @@ TALER_MERCHANT_order_abort (struct GNUNET_CURL_Context *ctx,
* @param oah the abort request handle
*/
void
-TALER_MERCHANT_order_abort_cancel (struct TALER_MERCHANT_OrderAbortandle *oah);
+TALER_MERCHANT_order_abort_cancel (struct TALER_MERCHANT_OrderAbortHandle *oah);
/* ********************* OLD ************************** */