From ed888ca1d8ed305f6a7a5bf7fdb5a6b19fc730fe Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 21 Jun 2015 00:00:33 +0200 Subject: starting with skeleton for /deposit implementation --- src/mint-lib/mint_api_handle.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/mint-lib/mint_api_handle.c') diff --git a/src/mint-lib/mint_api_handle.c b/src/mint-lib/mint_api_handle.c index 2f348d47..abd4d0db 100644 --- a/src/mint-lib/mint_api_handle.c +++ b/src/mint-lib/mint_api_handle.c @@ -566,13 +566,16 @@ parse_response_keys_get (struct KeysRequest *kr) * is complete. * * @param cls the `struct KeysRequest` + * @param eh easy handle of the original request */ static void -keys_completed_cb (void *cls) +keys_completed_cb (void *cls, + CURL *eh) { struct KeysRequest *kr = cls; struct TALER_MINT_Handle *mint = kr->mint; + /* FIXME: might want to check response code? */ if ( (0 != kr->eno) || (GNUNET_OK != parse_response_keys_get (kr)) ) -- cgit v1.2.3