diff options
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, | |||
110 | struct RefreshCommitLink *const* commit_link); | 110 | struct RefreshCommitLink *const* commit_link); |
111 | 111 | ||
112 | 112 | ||
113 | |||
114 | /** | ||
115 | * Execute a /refresh/link. | ||
116 | * | ||
117 | * @param connection the MHD connection to handle | ||
118 | * @param coin_pub public key of the coin to link | ||
119 | * @return MHD result code | ||
120 | */ | ||
121 | int | ||
122 | TALER_MINT_db_execute_refresh_link (struct MHD_Connection *connection, | ||
123 | const struct GNUNET_CRYPTO_EcdsaPublicKey *coin_pub); | ||
124 | |||
125 | |||
113 | #endif /* _NEURO_MINT_DB_H */ | 126 | #endif /* _NEURO_MINT_DB_H */ |