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_reserve-in-inconsistency-get.h | |
parent | 67b42cf8eb0ab06eaa1f4d21e0182f7062337994 (diff) |
doxygen fixes
Diffstat (limited to 'src/auditor/taler-auditor-httpd_reserve-in-inconsistency-get.h')
-rw-r--r-- | src/auditor/taler-auditor-httpd_reserve-in-inconsistency-get.h | 39 |
1 files changed, 19 insertions, 20 deletions
diff --git a/src/auditor/taler-auditor-httpd_reserve-in-inconsistency-get.h b/src/auditor/taler-auditor-httpd_reserve-in-inconsistency-get.h index 369a5522d..3a87940d8 100644 --- a/src/auditor/taler-auditor-httpd_reserve-in-inconsistency-get.h +++ b/src/auditor/taler-auditor-httpd_reserve-in-inconsistency-get.h @@ -13,9 +13,7 @@ You should have received a copy of the GNU General Public License along with TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> */ - - - #ifndef SRC_TALER_AUDITOR_HTTPD_RESERVE_IN_INCONSISTENCY_GET_H +#ifndef SRC_TALER_AUDITOR_HTTPD_RESERVE_IN_INCONSISTENCY_GET_H #define SRC_TALER_AUDITOR_HTTPD_RESERVE_IN_INCONSISTENCY_GET_H #include <gnunet/gnunet_util_lib.h> @@ -35,23 +33,24 @@ void TEAH_BAD_RESERVE_IN_INCONSISTENCY_GET_done (void); /** -* Handle a "/reserve-in-inconsistency" 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 "/reserve-in-inconsistency" 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_RESERVE_IN_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_IN_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[]); -#endif // SRC_TALER_AUDITOR_HTTPD_RESERVE_IN_INCONSISTENCY_GET_H +#endif |