summaryrefslogtreecommitdiff
path: root/src/testing/testing_api_trait_claim_nonce.c
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-10-15 12:05:33 +0200
committerMS <ms@taler.net>2020-10-15 13:05:24 +0200
commitef870b54ac7a83dfd386f5dbd6945422796c8ccd (patch)
tree83c3ba34d36b86a5bb35d68a09091222544164ba /src/testing/testing_api_trait_claim_nonce.c
parentfaff9c052cbb619bdf5100ffa28ba29a6b94c468 (diff)
downloadmerchant-ef870b54ac7a83dfd386f5dbd6945422796c8ccd.tar.gz
merchant-ef870b54ac7a83dfd386f5dbd6945422796c8ccd.tar.bz2
merchant-ef870b54ac7a83dfd386f5dbd6945422796c8ccd.zip
Doxygen fixes
Diffstat (limited to 'src/testing/testing_api_trait_claim_nonce.c')
-rw-r--r--src/testing/testing_api_trait_claim_nonce.c19
1 files changed, 1 insertions, 18 deletions
diff --git a/src/testing/testing_api_trait_claim_nonce.c b/src/testing/testing_api_trait_claim_nonce.c
index 66f5ce8e..7a878812 100644
--- a/src/testing/testing_api_trait_claim_nonce.c
+++ b/src/testing/testing_api_trait_claim_nonce.c
@@ -28,16 +28,7 @@
#define TALER_TESTING_TRAIT_CLAIM_NONCE "nonce"
-/**
- * Obtain an order claim nonce from a @a cmd.
- *
- * @param cmd command to extract the trait from.
- * @param index which nonce to pick if @a
- * cmd has multiple on offer
- * @param nonce[out] set to the wanted data.
- *
- * @return #GNUNET_OK on success
- */
+
int
TALER_TESTING_get_trait_claim_nonce
(const struct TALER_TESTING_Command *cmd,
@@ -51,14 +42,6 @@ TALER_TESTING_get_trait_claim_nonce
}
-/**
- * Offer an order claim nonce.
- *
- * @param index which nonce to offer if there are
- * multiple on offer.
- * @param nonce set to the offered nonce.
- * @return the trait
- */
struct TALER_TESTING_Trait
TALER_TESTING_make_trait_claim_nonce
(unsigned int index,