summaryrefslogtreecommitdiff
path: root/src/include/taler_auditordb_plugin.h
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2022-07-24 11:32:52 +0200
committerChristian Grothoff <grothoff@gnunet.org>2022-07-24 11:32:52 +0200
commit977ddd7bb97f9cec780407f27ccb2dbf8d1cf722 (patch)
treef2a192aedb47996805842c2dfed79e9fc3170e72 /src/include/taler_auditordb_plugin.h
parent9eaee4c80353b4e1317c0df2418f24209c2b238d (diff)
downloadexchange-977ddd7bb97f9cec780407f27ccb2dbf8d1cf722.tar.gz
exchange-977ddd7bb97f9cec780407f27ccb2dbf8d1cf722.tar.bz2
exchange-977ddd7bb97f9cec780407f27ccb2dbf8d1cf722.zip
-adapt to latest libgnunetpq
Diffstat (limited to 'src/include/taler_auditordb_plugin.h')
-rw-r--r--src/include/taler_auditordb_plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_auditordb_plugin.h b/src/include/taler_auditordb_plugin.h
index b0677739b..0c01d1c47 100644
--- a/src/include/taler_auditordb_plugin.h
+++ b/src/include/taler_auditordb_plugin.h
@@ -452,7 +452,7 @@ struct TALER_AUDITORDB_Plugin
*/
enum GNUNET_GenericReturnValue
(*drop_tables)(void *cls,
- int drop_exchangelist);
+ bool drop_exchangelist);
/**