diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-07-29 18:28:53 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-07-29 18:28:53 +0200 |
commit | a0300689d760ea068f954fcef19590f6ff97455b (patch) | |
tree | 1cd0aff44547cf17c656112cd1f6c2c4d04e73b0 /src/auditor/taler-auditor-httpd_purse-not-closed-inconsistencies-get.h | |
parent | 67b42cf8eb0ab06eaa1f4d21e0182f7062337994 (diff) |
doxygen fixes
Diffstat (limited to 'src/auditor/taler-auditor-httpd_purse-not-closed-inconsistencies-get.h')
-rw-r--r-- | src/auditor/taler-auditor-httpd_purse-not-closed-inconsistencies-get.h | 35 |
1 files changed, 18 insertions, 17 deletions
diff --git a/src/auditor/taler-auditor-httpd_purse-not-closed-inconsistencies-get.h b/src/auditor/taler-auditor-httpd_purse-not-closed-inconsistencies-get.h index dc90041ca..9754ee693 100644 --- a/src/auditor/taler-auditor-httpd_purse-not-closed-inconsistencies-get.h +++ b/src/auditor/taler-auditor-httpd_purse-not-closed-inconsistencies-get.h @@ -35,23 +35,24 @@ void TEAH_PURSE_NOT_CLOSED_INCONSISTENCIES_GET_done (void); /** -* Handle a "/purse-not-closed-inconsistencies" request. -* -* @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 -*/ + * Handle a "/purse-not-closed-inconsistencies" request. + * + * @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 + * @param args NULL-terminated array of remaining parts of the URI broken up at '/' + * @return MHD result code + */ MHD_RESULT -TAH_PURSE_NOT_CLOSED_INCONSISTENCIES_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_PURSE_NOT_CLOSED_INCONSISTENCIES_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[]); -#endif // SRC_TALER_AUDITOR_HTTPD_PURSE_NOT_CLOSED_INCONSISTENCIES_GET_H +#endif |