summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_refund.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-04-07 18:07:13 +0200
committerChristian Grothoff <christian@grothoff.org>2020-04-07 18:07:13 +0200
commit7cfd98c849c6eb21a1d3b0909e18c51649894ac4 (patch)
tree26ffba2be4ffcba3ff1780d9f0cacc6334bd81d5 /src/backend/taler-merchant-httpd_refund.h
parent5d67517af45c4f652baa97242e090a52f966739f (diff)
downloadmerchant-7cfd98c849c6eb21a1d3b0909e18c51649894ac4.tar.gz
merchant-7cfd98c849c6eb21a1d3b0909e18c51649894ac4.tar.bz2
merchant-7cfd98c849c6eb21a1d3b0909e18c51649894ac4.zip
split refund file by handler
Diffstat (limited to 'src/backend/taler-merchant-httpd_refund.h')
-rw-r--r--src/backend/taler-merchant-httpd_refund.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/backend/taler-merchant-httpd_refund.h b/src/backend/taler-merchant-httpd_refund.h
index 9713adb0..636d291a 100644
--- a/src/backend/taler-merchant-httpd_refund.h
+++ b/src/backend/taler-merchant-httpd_refund.h
@@ -27,26 +27,6 @@
/**
- * Handle request for increasing the refund associated with
- * a contract.
- *
- * @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 mi merchant backend instance, never NULL
- * @return MHD result code
- */
-int
-MH_handler_refund_increase (struct TMH_RequestHandler *rh,
- struct MHD_Connection *connection,
- void **connection_cls,
- const char *upload_data,
- size_t *upload_data_size,
- struct MerchantInstance *mi);
-
-
-/**
* Return refund situation about a contract.
*
* @param rh context of the handler