summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/testing/testing_api_cmd_post_account.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/testing/testing_api_cmd_post_account.c b/src/testing/testing_api_cmd_post_account.c
index ee2af729..a135f8e7 100644
--- a/src/testing/testing_api_cmd_post_account.c
+++ b/src/testing/testing_api_cmd_post_account.c
@@ -66,11 +66,11 @@ struct PostAccountState
* Callback for a POST /account operation.
*
* @param cls closure for this function
- * @param hr response being processed
+ * @param apr response being processed
*/
static void
post_account_cb (void *cls,
- const struct TALER_MERCHANT_AccountPostResponse *apr)
+ const struct TALER_MERCHANT_AccountPostResponse *apr)
{
struct PostAccountState *pas = cls;
@@ -117,8 +117,8 @@ post_account_cb (void *cls,
*/
static void
post_account_run (void *cls,
- const struct TALER_TESTING_Command *cmd,
- struct TALER_TESTING_Interpreter *is)
+ const struct TALER_TESTING_Command *cmd,
+ struct TALER_TESTING_Interpreter *is)
{
struct PostAccountState *pas = cls;
@@ -144,9 +144,9 @@ post_account_run (void *cls,
*/
static enum GNUNET_GenericReturnValue
post_account_traits (void *cls,
- const void **ret,
- const char *trait,
- unsigned int index)
+ const void **ret,
+ const char *trait,
+ unsigned int index)
{
/* struct PostAccountState *pps = cls; */
struct TALER_TESTING_Trait traits[] = {
@@ -169,7 +169,7 @@ post_account_traits (void *cls,
*/
static void
post_account_cleanup (void *cls,
- const struct TALER_TESTING_Command *cmd)
+ const struct TALER_TESTING_Command *cmd)
{
struct PostAccountState *pas = cls;