diff options
Diffstat (limited to 'src/mint/taler-mint-httpd_responses.h')
-rw-r--r-- | src/mint/taler-mint-httpd_responses.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/mint/taler-mint-httpd_responses.h b/src/mint/taler-mint-httpd_responses.h index 5e2f98638..ebe1038fd 100644 --- a/src/mint/taler-mint-httpd_responses.h +++ b/src/mint/taler-mint-httpd_responses.h | |||
@@ -209,6 +209,20 @@ TALER_MINT_reply_withdraw_status_success (struct MHD_Connection *connection, | |||
209 | 209 | ||
210 | 210 | ||
211 | /** | 211 | /** |
212 | * Send reserve status information to client with the | ||
213 | * message that we have insufficient funds for the | ||
214 | * requested /withdraw/sign operation. | ||
215 | * | ||
216 | * @param connection connection to the client | ||
217 | * @param rh reserve history to return | ||
218 | * @return MHD result code | ||
219 | */ | ||
220 | int | ||
221 | TALER_MINT_reply_withdraw_sign_insufficient_funds (struct MHD_Connection *connection, | ||
222 | const struct ReserveHistory *rh); | ||
223 | |||
224 | |||
225 | /** | ||
212 | * Send blinded coin information to client. | 226 | * Send blinded coin information to client. |
213 | * | 227 | * |
214 | * @param connection connection to the client | 228 | * @param connection connection to the client |