diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-08-23 18:08:06 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-08-23 18:08:12 +0200 |
commit | 39d908dfb9de0c1ca792723747d0fb41d2c3233e (patch) | |
tree | e17ecf05ab23055694bf78eaf744020a5cd3e10b /src/include | |
parent | 89b6048b54c00faf5f143f4cf84b41e2aa109ca9 (diff) |
fix #9113
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_exchangedb_plugin.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h index e5c03cd72..1be4f147d 100644 --- a/src/include/taler_exchangedb_plugin.h +++ b/src/include/taler_exchangedb_plugin.h @@ -3623,7 +3623,6 @@ typedef void (*TALER_EXCHANGEDB_AmlAttributeCallback)( void *cls, uint64_t row_id, - const char *provider_name, struct GNUNET_TIME_Timestamp collection_time, size_t enc_attributes_size, const void *enc_attributes); |