summaryrefslogtreecommitdiff
path: root/src/bank-lib/test_bank_interpreter.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-05-02 09:06:16 +0200
committerChristian Grothoff <christian@grothoff.org>2016-05-02 09:06:16 +0200
commit5852baa7e97f5f5313747f1da1c4583f33b90d55 (patch)
treec9790bc49ee49a9270798120f6aa2607950823e6 /src/bank-lib/test_bank_interpreter.h
parent08ef15ec944b3bd28efdbbb3d0289eb189d426f0 (diff)
downloadexchange-5852baa7e97f5f5313747f1da1c4583f33b90d55.tar.gz
exchange-5852baa7e97f5f5313747f1da1c4583f33b90d55.tar.bz2
exchange-5852baa7e97f5f5313747f1da1c4583f33b90d55.zip
fix testcase
Diffstat (limited to 'src/bank-lib/test_bank_interpreter.h')
-rw-r--r--src/bank-lib/test_bank_interpreter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bank-lib/test_bank_interpreter.h b/src/bank-lib/test_bank_interpreter.h
index 35873840a..f54986973 100644
--- a/src/bank-lib/test_bank_interpreter.h
+++ b/src/bank-lib/test_bank_interpreter.h
@@ -116,12 +116,12 @@ struct TBI_Command
* Entry point to the interpeter.
*
* @param resultp where to store the final result
- * @param bank_port on which port to launch the bank, 0 for none
+ * @param run_bank #GNUNET_YES to run the fakebank
* @param commands list of commands to run
*/
void
TBI_run_interpreter (int *resultp,
- uint16_t bank_port,
+ int run_bank,
struct TBI_Command *commands);
#endif