aboutsummaryrefslogtreecommitdiff
path: root/src/auditor/taler-auditor-httpd_reserve-in-inconsistency-del.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-07-29 18:28:53 +0200
committerChristian Grothoff <christian@grothoff.org>2024-07-29 18:28:53 +0200
commita0300689d760ea068f954fcef19590f6ff97455b (patch)
tree1cd0aff44547cf17c656112cd1f6c2c4d04e73b0 /src/auditor/taler-auditor-httpd_reserve-in-inconsistency-del.h
parent67b42cf8eb0ab06eaa1f4d21e0182f7062337994 (diff)
doxygen fixes
Diffstat (limited to 'src/auditor/taler-auditor-httpd_reserve-in-inconsistency-del.h')
-rw-r--r--src/auditor/taler-auditor-httpd_reserve-in-inconsistency-del.h21
1 files changed, 10 insertions, 11 deletions
diff --git a/src/auditor/taler-auditor-httpd_reserve-in-inconsistency-del.h b/src/auditor/taler-auditor-httpd_reserve-in-inconsistency-del.h
index 45dbc2a7a..12cc7f63d 100644
--- a/src/auditor/taler-auditor-httpd_reserve-in-inconsistency-del.h
+++ b/src/auditor/taler-auditor-httpd_reserve-in-inconsistency-del.h
@@ -13,8 +13,6 @@
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_DEL_H
#define SRC_TALER_AUDITOR_HTTPD_RESERVE_IN_INCONSISTENCY_DEL_H
@@ -43,16 +41,17 @@ TEAH_RESERVE_IN_INCONSISTENCY_DELETE_done (void);
* @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_delete (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_delete (
+ 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_DEL_H
+#endif