diff options
Diffstat (limited to 'src/bank-lib/testing_api_cmd_history.c')
-rw-r--r-- | src/bank-lib/testing_api_cmd_history.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bank-lib/testing_api_cmd_history.c b/src/bank-lib/testing_api_cmd_history.c index 9482361a..b1bed3fc 100644 --- a/src/bank-lib/testing_api_cmd_history.c +++ b/src/bank-lib/testing_api_cmd_history.c @@ -116,6 +116,7 @@ struct History */ extern struct TALER_BANK_AuthenticationData AUTHS[]; + /** * Offer internal data to other commands. * @@ -128,7 +129,7 @@ extern struct TALER_BANK_AuthenticationData AUTHS[]; */ static int history_traits (void *cls, - void **ret, + const void **ret, const char *trait, unsigned int index) { |