summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_testing_lib.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h
index c0a76c44c..f15a5f766 100644
--- a/src/include/taler_testing_lib.h
+++ b/src/include/taler_testing_lib.h
@@ -1147,6 +1147,7 @@ TALER_TESTING_cmd_admin_add_incoming (
* @param auth authentication data
* @param ref reference to a command that can offer a reserve
* private key or public key.
+ * @param http_status expected HTTP status
* @return the command.
*/
struct TALER_TESTING_Command
@@ -1155,7 +1156,8 @@ TALER_TESTING_cmd_admin_add_incoming_with_ref (
const char *amount,
const struct TALER_BANK_AuthenticationData *auth,
const char *payto_debit_account,
- const char *ref);
+ const char *ref,
+ unsigned int http_status);
/**