diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-01-21 13:46:05 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-01-21 13:46:05 +0100 |
commit | 92cc995743b64f3302619caf8bf5f49e33674849 (patch) | |
tree | 7f603dc861533792149473d69c0ff31dfb498e25 /src/mint/taler-mint-httpd_db.h | |
parent | 53a7140a0bcfc47a373e6392e38e498f9b091f18 (diff) |
separate argument parsing from DB operations for /refresh/link
Diffstat (limited to 'src/mint/taler-mint-httpd_db.h')
-rw-r--r-- | src/mint/taler-mint-httpd_db.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/mint/taler-mint-httpd_db.h b/src/mint/taler-mint-httpd_db.h index 307400b47..093878674 100644 --- a/src/mint/taler-mint-httpd_db.h +++ b/src/mint/taler-mint-httpd_db.h @@ -110,4 +110,17 @@ TALER_MINT_db_execute_refresh_commit (struct MHD_Connection *connection, struct RefreshCommitLink *const* commit_link); + +/** + * Execute a /refresh/link. + * + * @param connection the MHD connection to handle + * @param coin_pub public key of the coin to link + * @return MHD result code + */ +int +TALER_MINT_db_execute_refresh_link (struct MHD_Connection *connection, + const struct GNUNET_CRYPTO_EcdsaPublicKey *coin_pub); + + #endif /* _NEURO_MINT_DB_H */ |