From 756998a6d57dcb1ef310be326b22379caf3030d0 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 12 Aug 2021 19:12:21 +0200 Subject: implement long-polling in fakebank -- missing doxygen comment --- src/bank-lib/fakebank.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/bank-lib/fakebank.c b/src/bank-lib/fakebank.c index 580012b02..6eadb618a 100644 --- a/src/bank-lib/fakebank.c +++ b/src/bank-lib/fakebank.c @@ -2043,6 +2043,7 @@ handle_debit_history (struct TALER_FAKEBANK_Handle *h, * @param h the fakebank handle * @param connection the connection * @param account which account the request is about + * @param con_cls closure for request (NULL or &special_ptr) * @return MHD result code */ static MHD_RESULT -- cgit v1.2.3