diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2024-08-01 21:05:28 +0200 |
---|---|---|
committer | Christian Grothoff <grothoff@gnunet.org> | 2024-08-01 21:05:28 +0200 |
commit | a33307ffc8351172fcdbddbd65fd255109719b5e (patch) | |
tree | b178e50a4c83e9cddda9f22200dc5da1322d5699 /src/auditor/taler-auditor-httpd_reserve-balance-summary-wrong-inconsistency-get.c | |
parent | 56f114995ab90c23b72900d9209510bebd707809 (diff) |
doxygen fixes
Diffstat (limited to 'src/auditor/taler-auditor-httpd_reserve-balance-summary-wrong-inconsistency-get.c')
-rw-r--r-- | src/auditor/taler-auditor-httpd_reserve-balance-summary-wrong-inconsistency-get.c | 49 |
1 files changed, 21 insertions, 28 deletions
diff --git a/src/auditor/taler-auditor-httpd_reserve-balance-summary-wrong-inconsistency-get.c b/src/auditor/taler-auditor-httpd_reserve-balance-summary-wrong-inconsistency-get.c index 29507ac39..b135999a3 100644 --- a/src/auditor/taler-auditor-httpd_reserve-balance-summary-wrong-inconsistency-get.c +++ b/src/auditor/taler-auditor-httpd_reserve-balance-summary-wrong-inconsistency-get.c @@ -35,11 +35,12 @@ * @return #GNUNET_OK to continue to iterate, #GNUNET_SYSERR to stop iterating */ static enum GNUNET_GenericReturnValue -process_reserve_balance_summary_wrong_inconsistency (void *cls, - uint64_t serial_id, - const struct - TALER_AUDITORDB_ReserveBalanceSummaryWrongInconsistency - *dc) +process_reserve_balance_summary_wrong_inconsistency ( + void *cls, + uint64_t serial_id, + const struct + TALER_AUDITORDB_ReserveBalanceSummaryWrongInconsistency + *dc) { json_t *list = cls; json_t *obj; @@ -63,30 +64,22 @@ process_reserve_balance_summary_wrong_inconsistency (void *cls, } -/** -* -* @param rh context of the handler -* @param connection the MHD connection to handle -* @param[in,out] connection_cls the connection's closure (can be updated) -* @param upload_data upload data -* @param[in,out] upload_data_size number of bytes (left) in @a upload_data -* @return MHD result code -*/ MHD_RESULT -TAH_RESERVE_BALANCE_SUMMARY_WRONG_INCONSISTENCY_handler_get (struct - TAH_RequestHandler - *rh, - struct - MHD_Connection * - connection, - void ** - connection_cls, - const char * - upload_data, - size_t * - upload_data_size, - const char *const - args[]) +TAH_RESERVE_BALANCE_SUMMARY_WRONG_INCONSISTENCY_handler_get ( + struct + TAH_RequestHandler + *rh, + struct + MHD_Connection * + connection, + void ** + connection_cls, + const char * + upload_data, + size_t * + upload_data_size, + const char *const + args[]) { json_t *ja; enum GNUNET_DB_QueryStatus qs; |