diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_mintdb_plugin.h | 4 | ||||
-rw-r--r-- | src/include/taler_signatures.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/include/taler_mintdb_plugin.h b/src/include/taler_mintdb_plugin.h index 054a19177..d7f8e6b4f 100644 --- a/src/include/taler_mintdb_plugin.h +++ b/src/include/taler_mintdb_plugin.h @@ -664,7 +664,7 @@ struct TALER_MINTDB_Plugin * * @param cls the @e cls of this struct with the plugin-specific state * @param sesssion connection to use - * @param dki the denomination key information + * @param dki the denomination key information (#3823) * @return #GNUNET_OK on success; #GNUNET_SYSERR on failure */ int @@ -680,7 +680,7 @@ struct TALER_MINTDB_Plugin * * @param cls the @e cls of this struct with the plugin-specific state * @param db the database connection handle - * @param reserve the reserve data. The public key of the reserve should be set + * @param[in,out] reserve the reserve data. The public key of the reserve should be set * in this structure; it is used to query the database. The balance * and expiration are then filled accordingly. * @return #GNUNET_OK upon success; #GNUNET_SYSERR upon failure diff --git a/src/include/taler_signatures.h b/src/include/taler_signatures.h index bc34c32e9..f1d271955 100644 --- a/src/include/taler_signatures.h +++ b/src/include/taler_signatures.h @@ -587,7 +587,7 @@ struct TALER_DenominationKeyValidityPS /** * Hash code of the denomination public key. (Used to avoid having - * the variable-size RSA key this struct.) + * the variable-size RSA key in this struct.) */ struct GNUNET_HashCode denom_hash; |