summaryrefslogtreecommitdiff
path: root/src/lib/merchant_api_history.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/merchant_api_history.c')
-rw-r--r--src/lib/merchant_api_history.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/merchant_api_history.c b/src/lib/merchant_api_history.c
index 38a08671..17e08f09 100644
--- a/src/lib/merchant_api_history.c
+++ b/src/lib/merchant_api_history.c
@@ -91,9 +91,10 @@ TALER_MERCHANT_history_cancel (struct TALER_MERCHANT_HistoryOperation *ho)
static void
history_raw_cb (void *cls,
long response_code,
- const json_t *json)
+ const void *response)
{
struct TALER_MERCHANT_HistoryOperation *ho = cls;
+ const json_t *json = response;
ho->job = NULL;
switch (response_code)