aboutsummaryrefslogtreecommitdiff
path: root/src/backend/anastasis-httpd_truth.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/anastasis-httpd_truth.c')
-rw-r--r--src/backend/anastasis-httpd_truth.c11
1 files changed, 2 insertions, 9 deletions
diff --git a/src/backend/anastasis-httpd_truth.c b/src/backend/anastasis-httpd_truth.c
index b0b6530..f8962b4 100644
--- a/src/backend/anastasis-httpd_truth.c
+++ b/src/backend/anastasis-httpd_truth.c
@@ -277,9 +277,8 @@ AH_truth_shutdown (void)
277/** 277/**
278 * Callback to process a POST /orders/ID/refund request 278 * Callback to process a POST /orders/ID/refund request
279 * 279 *
280 * @param cls closure 280 * @param cls closure with a `struct RefundEntry *`
281 * @param http_status HTTP status code for this request 281 * @param hr HTTP response details
282 * @param ec taler-specific error code
283 * @param taler_refund_uri the refund uri offered to the wallet 282 * @param taler_refund_uri the refund uri offered to the wallet
284 * @param h_contract hash of the contract a Browser may need to authorize 283 * @param h_contract hash of the contract a Browser may need to authorize
285 * obtaining the HTTP response. 284 * obtaining the HTTP response.
@@ -876,12 +875,6 @@ run_authorization_process (struct MHD_Connection *connection,
876} 875}
877 876
878 877
879/**
880 * @param connection the MHD connection to handle
881 * @param url handles a URL of the format "/truth/$UUID[&response=$RESPONSE]"
882 * @param hc
883 * @return MHD result code
884 */
885MHD_RESULT 878MHD_RESULT
886AH_handler_truth_get ( 879AH_handler_truth_get (
887 struct MHD_Connection *connection, 880 struct MHD_Connection *connection,