[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] branch master updated: -doxygen fix
From: |
gnunet |
Subject: |
[taler-exchange] branch master updated: -doxygen fix |
Date: |
Sun, 18 Jul 2021 21:27:38 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository exchange.
The following commit(s) were added to refs/heads/master by this push:
new 7cec9705 -doxygen fix
7cec9705 is described below
commit 7cec9705ea518343ca64ec14ec0d61cbda1bee3b
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Jul 18 21:27:36 2021 +0200
-doxygen fix
---
src/bank-lib/fakebank.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/bank-lib/fakebank.c b/src/bank-lib/fakebank.c
index c5e758ec..2536216a 100644
--- a/src/bank-lib/fakebank.c
+++ b/src/bank-lib/fakebank.c
@@ -1291,12 +1291,13 @@ struct HistoryArgs
* Parse URL history arguments, of _both_ APIs:
* /history/incoming and /history/outgoing.
*
+ * @param in h bank handle to work on
* @param connection MHD connection.
* @param[out] ha will contain the parsed values.
* @return #GNUNET_OK only if the parsing succeeds.
*/
static int
-parse_history_common_args (struct TALER_FAKEBANK_Handle *h,
+parse_history_common_args (const struct TALER_FAKEBANK_Handle *h,
struct MHD_Connection *connection,
struct HistoryArgs *ha)
{
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-exchange] branch master updated: -doxygen fix,
gnunet <=