aboutsummaryrefslogtreecommitdiff
path: root/src/lib/testing_api_trait_denom_pub.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-01-18 13:35:51 +0100
committerChristian Grothoff <christian@grothoff.org>2020-01-18 13:35:51 +0100
commitccb88693447dba52bf2b2ae84fd4f329bbcd81f6 (patch)
treec00d3449851457b84609644a86f1222e4581db0b /src/lib/testing_api_trait_denom_pub.c
parente0fbfb68fd29ccd4cd2f05b2a70165a7e3ee7e91 (diff)
doxygen
Diffstat (limited to 'src/lib/testing_api_trait_denom_pub.c')
-rw-r--r--src/lib/testing_api_trait_denom_pub.c17
1 files changed, 8 insertions, 9 deletions
diff --git a/src/lib/testing_api_trait_denom_pub.c b/src/lib/testing_api_trait_denom_pub.c
index 6f6e2f83..7217495c 100644
--- a/src/lib/testing_api_trait_denom_pub.c
+++ b/src/lib/testing_api_trait_denom_pub.c
@@ -37,15 +37,14 @@
*
* @param cmd command to extract trait from
* @param index index number of the denom to obtain.
- * @param denom_pub[out] set to the offered denom pub.
- *
+ * @param[out] denom_pub set to the offered denom pub.
* @return #GNUNET_OK on success.
*/
int
-TALER_TESTING_get_trait_denom_pub
- (const struct TALER_TESTING_Command *cmd,
- unsigned int index,
- const struct TALER_EXCHANGE_DenomPublicKey **denom_pub)
+TALER_TESTING_get_trait_denom_pub (const struct TALER_TESTING_Command *cmd,
+ unsigned int index,
+ const struct
+ TALER_EXCHANGE_DenomPublicKey **denom_pub)
{
return cmd->traits (cmd->cls,
(const void **) denom_pub,
@@ -62,9 +61,9 @@ TALER_TESTING_get_trait_denom_pub
* @return the trait.
*/
struct TALER_TESTING_Trait
-TALER_TESTING_make_trait_denom_pub
- (unsigned int index,
- const struct TALER_EXCHANGE_DenomPublicKey *denom_pub)
+TALER_TESTING_make_trait_denom_pub (unsigned int index,
+ const struct
+ TALER_EXCHANGE_DenomPublicKey *denom_pub)
{
struct TALER_TESTING_Trait ret = {
.index = index,