diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-07-18 21:27:36 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-07-18 21:27:36 +0200 |
commit | 7cec9705ea518343ca64ec14ec0d61cbda1bee3b (patch) | |
tree | 025fe3c89910bf27b05cd205042f234ed422db90 /src | |
parent | 29b4e71bf552cba3d93ed0de80a6fe1f6a6228a6 (diff) |
-doxygen fix
Diffstat (limited to 'src')
-rw-r--r-- | src/bank-lib/fakebank.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bank-lib/fakebank.c b/src/bank-lib/fakebank.c index c5e758ec1..2536216ab 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) { |