diff options
Diffstat (limited to 'src/backend/anastasis-httpd_policy_upload.c')
-rw-r--r-- | src/backend/anastasis-httpd_policy_upload.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/backend/anastasis-httpd_policy_upload.c b/src/backend/anastasis-httpd_policy_upload.c index bff6028..68eb509 100644 --- a/src/backend/anastasis-httpd_policy_upload.c +++ b/src/backend/anastasis-httpd_policy_upload.c | |||
@@ -227,8 +227,7 @@ cleanup_ctx (struct TM_HandlerContext *hc) | |||
227 | /** | 227 | /** |
228 | * Transmit a payment request for @a order_id on @a connection | 228 | * Transmit a payment request for @a order_id on @a connection |
229 | * | 229 | * |
230 | * @param connection MHD connection | 230 | * @param[in,out] puc details about the operation |
231 | * @param order_id our backend's order ID | ||
232 | * @return #GNUNET_OK on success | 231 | * @return #GNUNET_OK on success |
233 | */ | 232 | */ |
234 | static int | 233 | static int |
@@ -507,7 +506,6 @@ check_payment_cb (void *cls, | |||
507 | * a payment for the user's account. | 506 | * a payment for the user's account. |
508 | * | 507 | * |
509 | * @param puc context to begin payment for. | 508 | * @param puc context to begin payment for. |
510 | * @param timeout when to give up trying | ||
511 | */ | 509 | */ |
512 | static void | 510 | static void |
513 | await_payment (struct PolicyUploadContext *puc) | 511 | await_payment (struct PolicyUploadContext *puc) |