aboutsummaryrefslogtreecommitdiff
path: root/src/auditor/taler-auditor-httpd_bad-sig-losses-upd.h
blob: 5d4fef4bc7baea31a0760fa7c81721cb56b2fe61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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