summaryrefslogtreecommitdiff
path: root/src/include/taler_json_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-02-07 13:23:20 +0100
committerChristian Grothoff <christian@grothoff.org>2022-02-07 13:23:20 +0100
commit169d6843420df99dfcfb8089d03fc5c9bf68e8ef (patch)
tree4b89dcdb6a17a86aba3a7be4d67c8f89a9d4780b /src/include/taler_json_lib.h
parentb2e6fcae1a9b96f086c61f13f4c2c98338c4e414 (diff)
downloadexchange-169d6843420df99dfcfb8089d03fc5c9bf68e8ef.tar.gz
exchange-169d6843420df99dfcfb8089d03fc5c9bf68e8ef.tar.bz2
exchange-169d6843420df99dfcfb8089d03fc5c9bf68e8ef.zip
-towards CS in refresh (incomplete, FTBFS)
Diffstat (limited to 'src/include/taler_json_lib.h')
-rw-r--r--src/include/taler_json_lib.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/taler_json_lib.h b/src/include/taler_json_lib.h
index ea6926226..21b6d4e79 100644
--- a/src/include/taler_json_lib.h
+++ b/src/include/taler_json_lib.h
@@ -1,6 +1,6 @@
/*
This file is part of TALER
- Copyright (C) 2014, 2015, 2016, 2021 Taler Systems SA
+ Copyright (C) 2014, 2015, 2016, 2021, 2022 Taler Systems SA
TALER is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
@@ -252,7 +252,7 @@ TALER_JSON_spec_denom_pub (const char *field,
* Generate line in parser specification for denomination signature.
*
* @param field name of the field
- * @param sig the signature to initialize
+ * @param[out] sig the signature to initialize
* @return corresponding field spec
*/
struct GNUNET_JSON_Specification
@@ -265,7 +265,7 @@ TALER_JSON_spec_denom_sig (const char *field,
* blinded denomination signature.
*
* @param field name of the field
- * @param sig the blinded signature to initialize
+ * @param[out] sig the blinded signature to initialize
* @return corresponding field spec
*/
struct GNUNET_JSON_Specification