From 3553e60733e4ad2c71a3daa4148182443958dd04 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 16 Jan 2015 15:14:18 +0100 Subject: remarks on deposit issues --- src/mint/taler-mint-httpd_parsing.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/mint/taler-mint-httpd_parsing.c') diff --git a/src/mint/taler-mint-httpd_parsing.c b/src/mint/taler-mint-httpd_parsing.c index 550a8922..f61049b5 100644 --- a/src/mint/taler-mint-httpd_parsing.c +++ b/src/mint/taler-mint-httpd_parsing.c @@ -268,7 +268,7 @@ TALER_MINT_parse_post_cleanup_callback (void *con_cls) * * @param connection the connection to send an error response to * @param root the JSON node to start the navigation at. - * @param ... navigation specification (see JNAV_*) + * @param ... navigation specification (see `enum TALER_MINT_JsonNavigationCommand`) * @return GNUNET_YES if navigation was successful * GNUNET_NO if json is malformed, error response was generated * GNUNET_SYSERR on internal error (no response was generated, @@ -276,8 +276,8 @@ TALER_MINT_parse_post_cleanup_callback (void *con_cls) */ int GNUNET_MINT_parse_navigate_json (struct MHD_Connection *connection, - const json_t *root, - ...) + const json_t *root, + ...) { va_list argp; int ret; -- cgit v1.2.3