aboutsummaryrefslogtreecommitdiff
path: root/src/include/taler_testing_bank_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/taler_testing_bank_lib.h')
-rw-r--r--src/include/taler_testing_bank_lib.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/include/taler_testing_bank_lib.h b/src/include/taler_testing_bank_lib.h
index 1152c6297..57a7c0f9b 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,
108 * operation. 108 * operation.
109 * @param account_no bank account number to ask the history for. 109 * @param account_no bank account number to ask the history for.
110 * @param direction which direction this operation is interested 110 * @param direction which direction this operation is interested
111 * @param ascending if GNUNET_YES, it ask the bank to return results 111 * @param ascending if #GNUNET_YES, it ask the bank to return results
112 * in chronological order. 112 * in chronological order.
113 * @param start_row_reference reference to a command that can 113 * @param start_row_reference reference to a command that can
114 * offer a row identifier, to be used as the starting row 114 * offer a row identifier, to be used as the starting row
115 * to accept in the result. 115 * to accept in the result.
116 * @param num_result how many rows we want in the result. 116 * @param num_results how many rows we want in the result.
117 *
118 * @return the command. 117 * @return the command.
119 */ 118 */
120struct TALER_TESTING_Command 119struct TALER_TESTING_Command
@@ -124,7 +123,7 @@ TALER_TESTING_cmd_bank_history (const char *label,
124 enum TALER_BANK_Direction direction, 123 enum TALER_BANK_Direction direction,
125 unsigned int ascending, 124 unsigned int ascending,
126 const char *start_row_reference, 125 const char *start_row_reference,
127 long long num_results); 126 unsigned long long num_results);
128 127
129 128
130/** 129/**