diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-02-21 17:24:14 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-02-21 17:24:14 +0100 |
commit | 7f4626d3c5ec3d4cafe6a8992741c085537a3037 (patch) | |
tree | bb44f36ea5ac808a8955a33b072efd9d8adbe7fe | |
parent | 7aee7a9a9172d32fe05c2922cddef64e1f549d33 (diff) |
-doxygen fixes
-rw-r--r-- | src/backenddb/plugin_merchantdb_postgres.c | 4 | ||||
-rw-r--r-- | src/testing/testing_api_cmd_get_template.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/backenddb/plugin_merchantdb_postgres.c b/src/backenddb/plugin_merchantdb_postgres.c index 02749eff..93d179fa 100644 --- a/src/backenddb/plugin_merchantdb_postgres.c +++ b/src/backenddb/plugin_merchantdb_postgres.c @@ -2055,6 +2055,7 @@ postgres_insert_order_lock (void *cls, * @param[out] paid set to true if the order is fully paid * @param[out] claim_token set to the claim token, NULL to only check for existence * @param[out] pos_key encoded key for payment verification + * @param[out] pos_algorithm algorithm to compute the payment verification * @return transaction status */ static enum GNUNET_DB_QueryStatus @@ -2122,6 +2123,7 @@ postgres_lookup_contract_terms2 ( * @param[out] contract_terms where to store the result, NULL to only check for existence * @param[out] order_serial set to the order's serial number * @param[out] paid set to true if the order is fully paid + * @param[out] claim_token set to token to use for access control * @return transaction status */ static enum GNUNET_DB_QueryStatus @@ -2181,8 +2183,6 @@ postgres_lookup_contract_terms ( * @param order_id order_id used to store * @param contract_terms contract terms to store * @param[out] order_serial set to the serial of the order - * @param pos_key encoded key for payment verification - * @param pos_algorithm algorithm to compute the payment verification * @return transaction status, #GNUNET_DB_STATUS_HARD_ERROR if @a contract_terms * is malformed */ diff --git a/src/testing/testing_api_cmd_get_template.c b/src/testing/testing_api_cmd_get_template.c index acd9a2e3..da8b6786 100644 --- a/src/testing/testing_api_cmd_get_template.c +++ b/src/testing/testing_api_cmd_get_template.c @@ -73,7 +73,7 @@ struct GetTemplateState * @param cls closure for this function * @param hr HTTP response details * @param template_description description of the template - * @param image base64-encoded template image + * @param pos_key shared key with the POS * @param template_contract where the contract of the company is */ static void |