diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-05-28 23:12:19 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-05-28 23:12:19 +0200 |
commit | 44a32b527ec1570bd1a6fd1b0b059dbef818e652 (patch) | |
tree | ee7cdcb3a7389294cc956ce621883e22cfcf6e4a /src/include | |
parent | 0eb10b52c3a65770617d391ebdf0596e845718ce (diff) |
-remove arg not needed here
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_merchant_service.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/taler_merchant_service.h b/src/include/taler_merchant_service.h index 114811be..32364fa5 100644 --- a/src/include/taler_merchant_service.h +++ b/src/include/taler_merchant_service.h @@ -606,7 +606,6 @@ typedef void * @param ctx the context * @param backend_url HTTP base URL for the backend * @param account the bank accounts to add to the merchant instance - * @param auth_token authentication token to use for access control, NULL for external auth; MUST follow RFC 8959 * @param cb function to call with the response * @param cb_cls closure for @a config_cb * @return the instances handle; NULL upon error @@ -667,7 +666,6 @@ typedef void * @param ctx the context * @param backend_url HTTP base URL for the backend * @param h_wire wire hash of the bank accounts to delete - * @param auth_token authentication token to use for access control, NULL for external auth; MUST follow RFC 8959 * @param cb function to call with the response * @param cb_cls closure for @a config_cb * @return the instances handle; NULL upon error |