diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-08-12 19:12:21 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-08-12 19:12:21 +0200 |
commit | 756998a6d57dcb1ef310be326b22379caf3030d0 (patch) | |
tree | 83c052384de2d4b833fa38206e0d1194d429783a | |
parent | 777dd74b16064c91068e617a6fd39b2800fc0588 (diff) | |
download | exchange-756998a6d57dcb1ef310be326b22379caf3030d0.tar.gz exchange-756998a6d57dcb1ef310be326b22379caf3030d0.zip |
implement long-polling in fakebank -- missing doxygen comment
-rw-r--r-- | src/bank-lib/fakebank.c | 1 |
1 files changed, 1 insertions, 0 deletions
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, | |||
2043 | * @param h the fakebank handle | 2043 | * @param h the fakebank handle |
2044 | * @param connection the connection | 2044 | * @param connection the connection |
2045 | * @param account which account the request is about | 2045 | * @param account which account the request is about |
2046 | * @param con_cls closure for request (NULL or &special_ptr) | ||
2046 | * @return MHD result code | 2047 | * @return MHD result code |
2047 | */ | 2048 | */ |
2048 | static MHD_RESULT | 2049 | static MHD_RESULT |