merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit 3304bdbe0cdd6e0d19cc88c07b22df29541f5b1c
parent eb8549d94be9c36d49e9e1a1192d18ff88fcb7ca
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Tue, 29 May 2018 12:25:39 +0200

Get rid of old "@param selector".

Diffstat:
Msrc/lib/testing_api_cmd_pay.c | 10+++-------
Msrc/lib/testing_api_cmd_proposal.c | 4+---
Msrc/lib/testing_api_cmd_refund.c | 4+---
Msrc/lib/testing_api_cmd_tip.c | 8++------
4 files changed, 7 insertions(+), 19 deletions(-)

diff --git a/src/lib/testing_api_cmd_pay.c b/src/lib/testing_api_cmd_pay.c @@ -978,11 +978,9 @@ pay_cleanup (void *cls, * Offer internal data useful 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 extract. * @return #GNUNET_OK on success */ static int @@ -1192,9 +1190,7 @@ pay_abort_run (void *cls, * @param cls closure * @param ret[out] result (could be anything) * @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 extract. * @return #GNUNET_OK on success */ static int diff --git a/src/lib/testing_api_cmd_proposal.c b/src/lib/testing_api_cmd_proposal.c @@ -162,9 +162,7 @@ struct ProposalLookupState * @param cls closure * @param ret[out] result (could be anything) * @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 extract. * @return #GNUNET_OK on success */ static int diff --git a/src/lib/testing_api_cmd_refund.c b/src/lib/testing_api_cmd_refund.c @@ -473,9 +473,7 @@ refund_lookup_run (void *cls, * @param cls closure * @param ret[out] result (could be anything) * @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 extract. * @return #GNUNET_OK on success */ static int diff --git a/src/lib/testing_api_cmd_tip.c b/src/lib/testing_api_cmd_tip.c @@ -343,9 +343,7 @@ tip_authorize_cb (void *cls, * @param cls closure * @param ret[out] result (could be anything) * @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 extract. * @return #GNUNET_OK on success */ static int @@ -1070,9 +1068,7 @@ tip_pickup_cleanup (void *cls, * @param cls closure * @param ret[out] result (could be anything) * @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 extract. * @return #GNUNET_OK on success */ static int