diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-10-31 10:32:10 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-10-31 10:32:10 +0100 |
commit | b5e9523f947231854a3363348f32bd7a6ed6069d (patch) | |
tree | aaa7da50f7f0a412114f1598f336970d8eb868e5 /src/include | |
parent | 41bfdb450969f427005e8c4ac8948f3cf2e51e1d (diff) |
fix test FTBFS
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_exchangedb_plugin.h | 4 |
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); /** |