summaryrefslogtreecommitdiff
path: root/src/mint-lib/mint_api_handle.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-06-21 00:00:33 +0200
committerChristian Grothoff <christian@grothoff.org>2015-06-21 00:00:33 +0200
commited888ca1d8ed305f6a7a5bf7fdb5a6b19fc730fe (patch)
treeac9c6ea9cf729bef8f3f950ca432ac5ed96fc75c /src/mint-lib/mint_api_handle.c
parent6e070416c3c04a6277fc890125150b027a5fdf7a (diff)
downloadexchange-ed888ca1d8ed305f6a7a5bf7fdb5a6b19fc730fe.tar.gz
exchange-ed888ca1d8ed305f6a7a5bf7fdb5a6b19fc730fe.tar.bz2
exchange-ed888ca1d8ed305f6a7a5bf7fdb5a6b19fc730fe.zip
starting with skeleton for /deposit implementation
Diffstat (limited to 'src/mint-lib/mint_api_handle.c')
-rw-r--r--src/mint-lib/mint_api_handle.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mint-lib/mint_api_handle.c b/src/mint-lib/mint_api_handle.c
index 2f348d475..abd4d0db7 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)) )