aboutsummaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_reserves_get.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/exchange/taler-exchange-httpd_reserves_get.h')
-rw-r--r--src/exchange/taler-exchange-httpd_reserves_get.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/exchange/taler-exchange-httpd_reserves_get.h b/src/exchange/taler-exchange-httpd_reserves_get.h
index b46a6a448..1eb9ab60e 100644
--- a/src/exchange/taler-exchange-httpd_reserves_get.h
+++ b/src/exchange/taler-exchange-httpd_reserves_get.h
@@ -33,14 +33,12 @@
33 * EdDSA public key of a reserve) and then respond with the 33 * EdDSA public key of a reserve) and then respond with the
34 * status of the reserve. 34 * status of the reserve.
35 * 35 *
36 * @param rh context of the handler 36 * @param rc request context
37 * @param connection the MHD connection to handle
38 * @param args array of additional options (length: 1, just the reserve_pub) 37 * @param args array of additional options (length: 1, just the reserve_pub)
39 * @return MHD result code 38 * @return MHD result code
40 */ 39 */
41MHD_RESULT 40MHD_RESULT
42TEH_handler_reserves_get (const struct TEH_RequestHandler *rh, 41TEH_handler_reserves_get (struct TEH_RequestContext *rc,
43 struct MHD_Connection *connection,
44 const char *const args[1]); 42 const char *const args[1]);
45 43
46#endif 44#endif