summaryrefslogtreecommitdiff
path: root/src/include/taler_wire_plugin.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-01-25 11:21:55 +0100
committerChristian Grothoff <christian@grothoff.org>2016-01-25 11:21:55 +0100
commit891b533a217a23dfd21c6135d62ca5bc91adc38d (patch)
tree970a42c38d8b40c497fb54f7cd4b8fac20384210 /src/include/taler_wire_plugin.h
parent9b4a9cde8717d053706a2df94c38e19e97eef8ee (diff)
downloadexchange-891b533a217a23dfd21c6135d62ca5bc91adc38d.tar.gz
exchange-891b533a217a23dfd21c6135d62ca5bc91adc38d.tar.bz2
exchange-891b533a217a23dfd21c6135d62ca5bc91adc38d.zip
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.h4
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,