[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-merchant] branch master updated: -remove arg not needed here
From: |
gnunet |
Subject: |
[taler-merchant] branch master updated: -remove arg not needed here |
Date: |
Sun, 28 May 2023 23:12:21 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository merchant.
The following commit(s) were added to refs/heads/master by this push:
new 44a32b52 -remove arg not needed here
44a32b52 is described below
commit 44a32b527ec1570bd1a6fd1b0b059dbef818e652
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun May 28 23:12:19 2023 +0200
-remove arg not needed here
---
src/include/taler_merchant_service.h | 2 --
1 file changed, 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
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-merchant] branch master updated: -remove arg not needed here,
gnunet <=