summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-06-01 18:51:24 +0200
committerChristian Grothoff <christian@grothoff.org>2020-06-01 18:51:24 +0200
commit61582eb5a70d02d8bd33978b5152de15b9ffb816 (patch)
treea4ee8aca52927cac1cb65d7ff450cab62dca06c3 /src/include
parent8fb5fd3450b0ccd721a86c3ca4e18f154f13d7ae (diff)
downloadmerchant-61582eb5a70d02d8bd33978b5152de15b9ffb816.tar.gz
merchant-61582eb5a70d02d8bd33978b5152de15b9ffb816.tar.bz2
merchant-61582eb5a70d02d8bd33978b5152de15b9ffb816.zip
implement GET /reserves/RESERVE_ID
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_merchant_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_merchant_service.h b/src/include/taler_merchant_service.h
index 79391c42..68550be8 100644
--- a/src/include/taler_merchant_service.h
+++ b/src/include/taler_merchant_service.h
@@ -2598,7 +2598,7 @@ TALER_MERCHANT_reserve_get (struct GNUNET_CURL_Context *ctx,
const char *backend_url,
const struct TALER_ReservePublicKeyP *reserve_pub,
bool fetch_tips,
- TALER_MERCHANT_ReservesGetCallback cb,
+ TALER_MERCHANT_ReserveGetCallback cb,
void *cb_cls);