summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-03-28 22:22:29 +0100
committerChristian Grothoff <christian@grothoff.org>2020-03-28 22:22:29 +0100
commit677654f609048a1b45d9fc05eb97141c320e9540 (patch)
tree4a7d4c355a81425bd4894950f882c37e2bd477ed /src/include
parent17eafb869c62f499960c1971a1d6fbfdeda84fc3 (diff)
downloadexchange-677654f609048a1b45d9fc05eb97141c320e9540.tar.gz
exchange-677654f609048a1b45d9fc05eb97141c320e9540.tar.bz2
exchange-677654f609048a1b45d9fc05eb97141c320e9540.zip
doxygen fix
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_testing_lib.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h
index 4fae085d3..78e5edfd5 100644
--- a/src/include/taler_testing_lib.h
+++ b/src/include/taler_testing_lib.h
@@ -1246,11 +1246,11 @@ TALER_TESTING_cmd_withdraw_amount (const char *label,
* @return the command.
*/
struct TALER_TESTING_Command
-TALER_TESTING_cmd_withdraw_denomination (const char *label,
- const char *reserve_reference,
- const struct
- TALER_EXCHANGE_DenomPublicKey *dk,
- unsigned int expected_response_code);
+TALER_TESTING_cmd_withdraw_denomination (
+ const char *label,
+ const char *reserve_reference,
+ const struct TALER_EXCHANGE_DenomPublicKey *dk,
+ unsigned int expected_response_code);
/**
@@ -1372,13 +1372,14 @@ TALER_TESTING_cmd_deposit_with_ref (const char *label,
struct TALER_TESTING_Command
TALER_TESTING_cmd_deposit_with_retry (struct TALER_TESTING_Command cmd);
+
/**
* Create a "deposit" command that repeats an existing
* deposit command.
*
* @param label command label.
+ * @param deposit_reference which deposit command should we repeat
* @param expected_response_code expected HTTP response code.
- *
* @return the command.
*/
struct TALER_TESTING_Command