aboutsummaryrefslogtreecommitdiff
path: root/src/include/taler_exchangedb_plugin.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-10-31 10:32:10 +0100
committerChristian Grothoff <christian@grothoff.org>2021-10-31 10:32:10 +0100
commitb5e9523f947231854a3363348f32bd7a6ed6069d (patch)
treeaaa7da50f7f0a412114f1598f336970d8eb868e5 /src/include/taler_exchangedb_plugin.h
parent41bfdb450969f427005e8c4ac8948f3cf2e51e1d (diff)
downloadexchange-b5e9523f947231854a3363348f32bd7a6ed6069d.tar.xz
fix test FTBFS
Diffstat (limited to 'src/include/taler_exchangedb_plugin.h')
-rw-r--r--src/include/taler_exchangedb_plugin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h
index ac4bd9d86..9c6f322e1 100644
--- a/src/include/taler_exchangedb_plugin.h
+++ b/src/include/taler_exchangedb_plugin.h
@@ -2064,8 +2064,8 @@ typedef void
const struct TALER_Amount *amount,
const char *payto_uri,
struct GNUNET_TIME_Absolute deadline,
- /* bool? */ int tiny,
- /* bool? */ int done);
+ bool tiny,
+ bool done);
/**