summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-05-05 12:17:48 +0200
committerChristian Grothoff <christian@grothoff.org>2017-05-05 12:17:48 +0200
commit2c05a4b278096a9f222a472c0f022c66ad367059 (patch)
treee8fe1e0dab9383907c3c1883a5749de5d56daf0e /src/include
parentda75b30a258e35d6256aa8d61a0b729ae5c4c896 (diff)
downloadexchange-2c05a4b278096a9f222a472c0f022c66ad367059.tar.gz
exchange-2c05a4b278096a9f222a472c0f022c66ad367059.tar.bz2
exchange-2c05a4b278096a9f222a472c0f022c66ad367059.zip
more work on wirewatch
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_wire_plugin.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/taler_wire_plugin.h b/src/include/taler_wire_plugin.h
index 032052ee5..715f94d18 100644
--- a/src/include/taler_wire_plugin.h
+++ b/src/include/taler_wire_plugin.h
@@ -50,8 +50,9 @@ typedef void
* @param row_off identification of the position at which we are querying
* @param row_off_size number of bytes in @a row_off
* @param details details about the wire transfer
+ * @return #GNUNET_OK to continue, #GNUNET_SYSERR to abort iteration
*/
-typedef void
+typedef int
(*TALER_WIRE_HistoryResultCallback) (void *cls,
enum TALER_BANK_Direction dir,
const void *row_off,