diff options
Diffstat (limited to 'src/exchange-lib/testing_api_cmd_deposit.c')
-rw-r--r-- | src/exchange-lib/testing_api_cmd_deposit.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/exchange-lib/testing_api_cmd_deposit.c b/src/exchange-lib/testing_api_cmd_deposit.c index 70d41a39..9756d0be 100644 --- a/src/exchange-lib/testing_api_cmd_deposit.c +++ b/src/exchange-lib/testing_api_cmd_deposit.c @@ -332,11 +332,9 @@ deposit_cleanup (void *cls, * Offer internal data from a "deposit" CMD, to other commands. * * @param cls closure. - * @param ret[out] result (could be anything). + * @param ret[out] result. * @param trait name of the trait. - * @param selector more detailed information about which object - * to return in case there were multiple generated - * by the command. + * @param index index number of the object to offer. * * @return #GNUNET_OK on success. */ |