From 49d4f24f8d031a9301676196bd6a17ea3e54cb62 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 28 Jan 2015 14:55:25 +0100 Subject: misc cleanup, moving TALER_MINT_config_load to libtalerutil --- src/mint/taler-mint-httpd_responses.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/mint/taler-mint-httpd_responses.h') diff --git a/src/mint/taler-mint-httpd_responses.h b/src/mint/taler-mint-httpd_responses.h index 51abd9fb4..471d73bd1 100644 --- a/src/mint/taler-mint-httpd_responses.h +++ b/src/mint/taler-mint-httpd_responses.h @@ -77,6 +77,18 @@ TALER_MINT_reply_arg_invalid (struct MHD_Connection *connection, const char *param_name); +/** + * Send a response indicating an invalid coin. (I.e. the signature + * over the public key of the coin does not match a valid signing key + * of this mint). + * + * @param connection the MHD connection to use + * @return MHD result code + */ +int +TALER_MINT_reply_coin_invalid (struct MHD_Connection *connection); + + /** * Send a response indicating a missing argument. * -- cgit v1.2.3