diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2023-09-01 15:41:59 +0200 |
---|---|---|
committer | Christian Grothoff <grothoff@gnunet.org> | 2023-09-01 15:41:59 +0200 |
commit | 5adf8fabdcd28402acb0e19a5254431111890984 (patch) | |
tree | 7eb126b142c633b9d6f3a7c6abbe214a63f30fd9 /src/include | |
parent | 475dc825c6ed9084d15a8eee802c4c43e4b249b5 (diff) |
-doxygen
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_merchant_service.h | 1 | ||||
-rw-r--r-- | src/include/taler_merchant_testing_lib.h | 2 | ||||
-rw-r--r-- | src/include/taler_merchantdb_plugin.h | 2 |
3 files changed, 0 insertions, 5 deletions
diff --git a/src/include/taler_merchant_service.h b/src/include/taler_merchant_service.h index e92ea3b8..ef7a46ed 100644 --- a/src/include/taler_merchant_service.h +++ b/src/include/taler_merchant_service.h @@ -961,7 +961,6 @@ typedef void * @param payto_uri URI of the bank account as per RFC 8905 * @param credit_facade_url credit facade for the account, can be NULL * @param credit_facade_credentials credentials for credit facade, can be NULL - * @param account the bank accounts to add to the merchant instance * @param cb function to call with the response * @param cb_cls closure for @a config_cb * @return the instances handle; NULL upon error diff --git a/src/include/taler_merchant_testing_lib.h b/src/include/taler_merchant_testing_lib.h index ded1ac5a..0f2e1faa 100644 --- a/src/include/taler_merchant_testing_lib.h +++ b/src/include/taler_merchant_testing_lib.h @@ -218,8 +218,6 @@ TALER_TESTING_cmd_merchant_delete_account ( * @param merchant_url base URL of the merchant serving the * PATCH /instance request. * @param instance_id the ID of the instance to query - * @param payto_uris_length length of the @a accounts array - * @param payto_uris URIs of the bank accounts of the merchant instance * @param name name of the merchant instance * @param address physical address of the merchant instance * @param jurisdiction jurisdiction of the merchant instance diff --git a/src/include/taler_merchantdb_plugin.h b/src/include/taler_merchantdb_plugin.h index 14dedce5..5426d57d 100644 --- a/src/include/taler_merchantdb_plugin.h +++ b/src/include/taler_merchantdb_plugin.h @@ -210,8 +210,6 @@ struct TALER_MERCHANTDB_InstanceSettings * @param merchant_priv private key of the instance, NULL if not available * @param is general instance settings * @param ias instance authentication settings - * @param accounts_length length of the @a accounts array - * @param accounts list of accounts of the merchant */ typedef void (*TALER_MERCHANTDB_InstanceCallback)( |