aboutsummaryrefslogtreecommitdiff
path: root/src/lib/testing_api_cmd_bank_check.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/testing_api_cmd_bank_check.c')
-rw-r--r--src/lib/testing_api_cmd_bank_check.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/testing_api_cmd_bank_check.c b/src/lib/testing_api_cmd_bank_check.c
index 0006b6e5e..f51c535a1 100644
--- a/src/lib/testing_api_cmd_bank_check.c
+++ b/src/lib/testing_api_cmd_bank_check.c
@@ -172,6 +172,7 @@ check_bank_transfer_run (void *cls,
172 TALER_TESTING_interpreter_next (is); 172 TALER_TESTING_interpreter_next (is);
173} 173}
174 174
175
175/** 176/**
176 * Free the state of a "bank check" CMD. 177 * Free the state of a "bank check" CMD.
177 * 178 *
@@ -189,6 +190,7 @@ check_bank_transfer_cleanup
189 GNUNET_free (bcs); 190 GNUNET_free (bcs);
190} 191}
191 192
193
192/** 194/**
193 * Offer internal data from a "bank check" CMD state. 195 * Offer internal data from a "bank check" CMD state.
194 * 196 *
@@ -230,7 +232,6 @@ check_bank_transfer_traits (void *cls,
230} 232}
231 233
232 234
233
234/** 235/**
235 * Make a "bank check" CMD. It checks whether a 236 * Make a "bank check" CMD. It checks whether a
236 * particular wire transfer has been made or not. 237 * particular wire transfer has been made or not.
@@ -273,6 +274,7 @@ TALER_TESTING_cmd_check_bank_transfer
273 return cmd; 274 return cmd;
274} 275}
275 276
277
276/** 278/**
277 * Cleanup the state, only defined to respect the API. 279 * Cleanup the state, only defined to respect the API.
278 * 280 *
@@ -287,6 +289,7 @@ check_bank_empty_cleanup
287 return; 289 return;
288} 290}
289 291
292
290/** 293/**
291 * Run the command. 294 * Run the command.
292 * 295 *