summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/testing/testing_api_cmd_get_instance.c4
-rw-r--r--src/testing/testing_api_cmd_get_instances.c3
-rw-r--r--src/testing/testing_api_cmd_get_orders.c3
-rw-r--r--src/testing/testing_api_cmd_wallet_post_orders_refund.c4
4 files changed, 14 insertions, 0 deletions
diff --git a/src/testing/testing_api_cmd_get_instance.c b/src/testing/testing_api_cmd_get_instance.c
index cb45b358..40598a61 100644
--- a/src/testing/testing_api_cmd_get_instance.c
+++ b/src/testing/testing_api_cmd_get_instance.c
@@ -96,6 +96,10 @@ struct GetInstanceState
* Callback for a /get/instance/$ID operation.
*
* @param cls closure for this function
+ * @param hr HTTP response
+ * @param accounts_length how many bank accounts the instance has
+ * @param accounts the list of the instance's bank accounts
+ * @param details all the details related to this particular instance
*/
static void
get_instance_cb (void *cls,
diff --git a/src/testing/testing_api_cmd_get_instances.c b/src/testing/testing_api_cmd_get_instances.c
index 3ad8c7ee..ff900b87 100644
--- a/src/testing/testing_api_cmd_get_instances.c
+++ b/src/testing/testing_api_cmd_get_instances.c
@@ -71,6 +71,9 @@ struct GetInstancesState
* Callback for a GET /instances operation.
*
* @param cls closure for this function
+ * @param hr HTTP response
+ * @param iis_length how many instances are returned
+ * @param iis all the instances details
*/
static void
get_instances_cb (void *cls,
diff --git a/src/testing/testing_api_cmd_get_orders.c b/src/testing/testing_api_cmd_get_orders.c
index a4dcc815..0a3b39a3 100644
--- a/src/testing/testing_api_cmd_get_orders.c
+++ b/src/testing/testing_api_cmd_get_orders.c
@@ -71,6 +71,9 @@ struct GetOrdersState
* Callback for a GET /orders operation.
*
* @param cls closure for this function
+ * @param hr HTTP response
+ * @param orders_length how many orders are returned
+ * @param orders all the orders' details
*/
static void
get_orders_cb (void *cls,
diff --git a/src/testing/testing_api_cmd_wallet_post_orders_refund.c b/src/testing/testing_api_cmd_wallet_post_orders_refund.c
index d50e2731..912264a2 100644
--- a/src/testing/testing_api_cmd_wallet_post_orders_refund.c
+++ b/src/testing/testing_api_cmd_wallet_post_orders_refund.c
@@ -77,6 +77,10 @@ struct WalletRefundState
*
* @param cls closure
* @param hr HTTP response
+ * @param refund_amount refund amount
+ * @param merchant_pub public key of the merchant giving the refund
+ * @param refunds the given refunds
+ * @param refunds_length how many refunds were given
*/
static void
refund_cb (