diff options
Diffstat (limited to 'src/mint/taler-mint-httpd_responses.h')
-rw-r--r-- | src/mint/taler-mint-httpd_responses.h | 12 |
1 files changed, 12 insertions, 0 deletions
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 | |||
@@ -78,6 +78,18 @@ TALER_MINT_reply_arg_invalid (struct MHD_Connection *connection, | |||
78 | 78 | ||
79 | 79 | ||
80 | /** | 80 | /** |
81 | * Send a response indicating an invalid coin. (I.e. the signature | ||
82 | * over the public key of the coin does not match a valid signing key | ||
83 | * of this mint). | ||
84 | * | ||
85 | * @param connection the MHD connection to use | ||
86 | * @return MHD result code | ||
87 | */ | ||
88 | int | ||
89 | TALER_MINT_reply_coin_invalid (struct MHD_Connection *connection); | ||
90 | |||
91 | |||
92 | /** | ||
81 | * Send a response indicating a missing argument. | 93 | * Send a response indicating a missing argument. |
82 | * | 94 | * |
83 | * @param connection the MHD connection to use | 95 | * @param connection the MHD connection to use |