summaryrefslogtreecommitdiff
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,
TALER_TESTING_interpreter_next (is);
}
+
/**
* Free the state of a "bank check" CMD.
*
@@ -189,6 +190,7 @@ check_bank_transfer_cleanup
GNUNET_free (bcs);
}
+
/**
* Offer internal data from a "bank check" CMD state.
*
@@ -230,7 +232,6 @@ check_bank_transfer_traits (void *cls,
}
-
/**
* Make a "bank check" CMD. It checks whether a
* particular wire transfer has been made or not.
@@ -273,6 +274,7 @@ TALER_TESTING_cmd_check_bank_transfer
return cmd;
}
+
/**
* Cleanup the state, only defined to respect the API.
*
@@ -287,6 +289,7 @@ check_bank_empty_cleanup
return;
}
+
/**
* Run the command.
*