aboutsummaryrefslogtreecommitdiff
path: root/src/auditor/taler-auditor-httpd_deposit-confirmation-get.h
diff options
context:
space:
mode:
authorNic Eigel <nic@eigel.ch>2024-06-24 00:08:47 +0200
committerNic Eigel <nic@eigel.ch>2024-06-24 00:08:47 +0200
commit74b23809f3e100ad7d63cd746fd5ff3a93b4fdd5 (patch)
tree84c79a84255730725c110c61054964f641b8c16d /src/auditor/taler-auditor-httpd_deposit-confirmation-get.h
parented2d7f089fd071d9983d829a18774616f2a6a147 (diff)
downloadexchange-74b23809f3e100ad7d63cd746fd5ff3a93b4fdd5.tar.xz
real-time-auditor
Diffstat (limited to 'src/auditor/taler-auditor-httpd_deposit-confirmation-get.h')
-rw-r--r--src/auditor/taler-auditor-httpd_deposit-confirmation-get.h15
1 files changed, 2 insertions, 13 deletions
diff --git a/src/auditor/taler-auditor-httpd_deposit-confirmation-get.h b/src/auditor/taler-auditor-httpd_deposit-confirmation-get.h
index f1f522787..0698a0d0a 100644
--- a/src/auditor/taler-auditor-httpd_deposit-confirmation-get.h
+++ b/src/auditor/taler-auditor-httpd_deposit-confirmation-get.h
@@ -52,19 +52,8 @@ TAH_DEPOSIT_CONFIRMATION_handler_get (struct TAH_RequestHandler *rh,
struct MHD_Connection *connection,
void **connection_cls,
const char *upload_data,
- size_t *upload_data_size);
-
-/**
- * Handle a DELETE "/deposit-confirmation/$dc" request.
- *
- * @param rc request details about the request to handle
- * @param args argument with the dc primary key
- * @return MHD result code
- */
-/*MHD_RESULT
-TAH_DEPOSIT_CONFIRMATION_delete (
- struct TEH_RequestContext *rc,
- const char *const args[1]);*/
+ size_t *upload_data_size,
+ const char *const args[]);
#endif