From 2696688aa31bd058ebff6610660d7e6d607c6e50 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 29 Oct 2019 18:04:04 +0100 Subject: fix compiler warnings --- src/include/taler_testing_bank_lib.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/include/taler_testing_bank_lib.h') diff --git a/src/include/taler_testing_bank_lib.h b/src/include/taler_testing_bank_lib.h index 1152c629..57a7c0f9 100644 --- a/src/include/taler_testing_bank_lib.h +++ b/src/include/taler_testing_bank_lib.h @@ -108,13 +108,12 @@ TALER_TESTING_has_in_name (const char *prog, * operation. * @param account_no bank account number to ask the history for. * @param direction which direction this operation is interested - * @param ascending if GNUNET_YES, it ask the bank to return results + * @param ascending if #GNUNET_YES, it ask the bank to return results * in chronological order. * @param start_row_reference reference to a command that can * offer a row identifier, to be used as the starting row * to accept in the result. - * @param num_result how many rows we want in the result. - * + * @param num_results how many rows we want in the result. * @return the command. */ struct TALER_TESTING_Command @@ -124,7 +123,7 @@ TALER_TESTING_cmd_bank_history (const char *label, enum TALER_BANK_Direction direction, unsigned int ascending, const char *start_row_reference, - long long num_results); + unsigned long long num_results); /** -- cgit v1.2.3