diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-05-08 12:44:40 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-05-08 12:44:40 +0200 |
commit | 5e36e520a5a9d1461cf0efaee777238a46f1890b (patch) | |
tree | 1bc5d9816bbdae9c654634ec88de25184255a26b /src/include/taler_wire_plugin.h | |
parent | 18a020dd0241fbb7deead15b96d5f5fed9f1b9b5 (diff) |
updates to distinguish clearly between wtid and json transfer details
Diffstat (limited to 'src/include/taler_wire_plugin.h')
-rw-r--r-- | src/include/taler_wire_plugin.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/taler_wire_plugin.h b/src/include/taler_wire_plugin.h index 715f94d18..5b2bec3c0 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); |