summaryrefslogtreecommitdiff
path: root/src/auditor/taler-auditor-httpd_bad-sig-losses-upd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/auditor/taler-auditor-httpd_bad-sig-losses-upd.h')
-rw-r--r--src/auditor/taler-auditor-httpd_bad-sig-losses-upd.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/auditor/taler-auditor-httpd_bad-sig-losses-upd.h b/src/auditor/taler-auditor-httpd_bad-sig-losses-upd.h
new file mode 100644
index 000000000..5d4fef4bc
--- /dev/null
+++ b/src/auditor/taler-auditor-httpd_bad-sig-losses-upd.h
@@ -0,0 +1,21 @@
+//
+// Created by parallels on 08/04/24.
+//
+
+#ifndef SRC_TALER_AUDITOR_HTTPD_BAD_SIG_LOSSES_UPD_H
+#define SRC_TALER_AUDITOR_HTTPD_BAD_SIG_LOSSES_UPD_H
+
+
+#include <microhttpd.h>
+#include "taler-auditor-httpd.h"
+
+MHD_RESULT
+TAH_BAD_SIG_LOSSES_handler_update (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_BAD_SIG_LOSSES_UPD_H