summaryrefslogtreecommitdiff
path: root/src/exchangedb/pg_select_batch_deposits_missing_wire.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/exchangedb/pg_select_batch_deposits_missing_wire.h')
-rw-r--r--src/exchangedb/pg_select_batch_deposits_missing_wire.h15
1 files changed, 7 insertions, 8 deletions
diff --git a/src/exchangedb/pg_select_batch_deposits_missing_wire.h b/src/exchangedb/pg_select_batch_deposits_missing_wire.h
index 697baa837..27e6b0850 100644
--- a/src/exchangedb/pg_select_batch_deposits_missing_wire.h
+++ b/src/exchangedb/pg_select_batch_deposits_missing_wire.h
@@ -37,13 +37,12 @@
* @return transaction status code
*/
enum GNUNET_DB_QueryStatus
-TEH_PG_select_batch_deposits_missing_wire (void *cls,
- struct GNUNET_TIME_Timestamp
- start_date,
- struct GNUNET_TIME_Timestamp
- end_date,
- TALER_EXCHANGEDB_WireMissingCallback
- cb,
- void *cb_cls);
+TEH_PG_select_batch_deposits_missing_wire (
+ void *cls,
+ struct GNUNET_TIME_Timestamp start_date,
+ struct GNUNET_TIME_Timestamp end_date,
+ TALER_EXCHANGEDB_WireMissingCallback
+ cb,
+ void *cb_cls);
#endif