diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-01-25 11:21:55 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-01-25 11:21:55 +0100 |
commit | 891b533a217a23dfd21c6135d62ca5bc91adc38d (patch) | |
tree | 970a42c38d8b40c497fb54f7cd4b8fac20384210 /src/include/taler_wire_plugin.h | |
parent | 9b4a9cde8717d053706a2df94c38e19e97eef8ee (diff) |
finish serialization/deserialization logic for test wire transfers
Diffstat (limited to 'src/include/taler_wire_plugin.h')
-rw-r--r-- | src/include/taler_wire_plugin.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/taler_wire_plugin.h b/src/include/taler_wire_plugin.h index 62930450c..8fb194c57 100644 --- a/src/include/taler_wire_plugin.h +++ b/src/include/taler_wire_plugin.h @@ -30,8 +30,8 @@ * Callback with prepared transaction. * * @param cls closure - * @param buf transaction data to persist - * @param buf_size number of bytes in @a buf + * @param buf transaction data to persist, NULL on error + * @param buf_size number of bytes in @a buf, 0 on error */ typedef void (*TALER_WIRE_PrepareTransactionCallback) (void *cls, |