From 5e36e520a5a9d1461cf0efaee777238a46f1890b Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 8 May 2017 12:44:40 +0200 Subject: updates to distinguish clearly between wtid and json transfer details --- src/include/taler_wire_plugin.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/include/taler_wire_plugin.h') diff --git a/src/include/taler_wire_plugin.h b/src/include/taler_wire_plugin.h index 715f94d1..5b2bec3c 100644 --- a/src/include/taler_wire_plugin.h +++ b/src/include/taler_wire_plugin.h @@ -81,11 +81,13 @@ struct TALER_WIRE_HistoryHandle; * * @param cls closure * @param success #GNUNET_OK on success, #GNUNET_SYSERR on failure + * @param serial_id unique ID of the wire transfer in the bank's records; UINT64_MAX on error * @param emsg NULL on success, otherwise an error message */ typedef void (*TALER_WIRE_ConfirmationCallback)(void *cls, int success, + uint64_t serial_id, const char *emsg); -- cgit v1.2.3