summaryrefslogtreecommitdiff
path: root/src/exchangedb
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-10-09 00:57:31 +0200
committerChristian Grothoff <christian@grothoff.org>2016-10-09 00:57:31 +0200
commit6621ec8fb74474a5ea342020bcebefd9030aced7 (patch)
tree8447cc9d2e9475a449442aa631920d6fbbc41be5 /src/exchangedb
parent8bbcf86678b3abbc8c6b5ec63b5a94a2777d055a (diff)
downloadexchange-6621ec8fb74474a5ea342020bcebefd9030aced7.tar.gz
exchange-6621ec8fb74474a5ea342020bcebefd9030aced7.tar.bz2
exchange-6621ec8fb74474a5ea342020bcebefd9030aced7.zip
expanding exchange DB API to meet auditor requirements (not implemented, just adding the function signatures)
Diffstat (limited to 'src/exchangedb')
-rw-r--r--src/exchangedb/plugin_exchangedb_postgres.c2
1 files changed, 1 insertions, 1 deletions
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;