From 6621ec8fb74474a5ea342020bcebefd9030aced7 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 9 Oct 2016 00:57:31 +0200 Subject: expanding exchange DB API to meet auditor requirements (not implemented, just adding the function signatures) --- src/exchangedb/plugin_exchangedb_postgres.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/exchangedb') diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c index 9229b10de..f2589ba50 100644 --- a/src/exchangedb/plugin_exchangedb_postgres.c +++ b/src/exchangedb/plugin_exchangedb_postgres.c @@ -4107,7 +4107,7 @@ postgres_wire_prepare_data_mark_finished (void *cls, static int postgres_wire_prepare_data_get (void *cls, struct TALER_EXCHANGEDB_Session *session, - TALER_EXCHANGEDB_WirePreparationCallback cb, + TALER_EXCHANGEDB_WirePreparationIterator cb, void *cb_cls) { PGresult *result; -- cgit v1.2.3