summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_merchant_service.h1
-rw-r--r--src/include/taler_merchant_testing_lib.h2
-rw-r--r--src/include/taler_merchantdb_plugin.h2
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)(