diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-03-28 14:39:31 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-03-28 14:39:31 +0100 |
commit | c2fd4896a69a2404fc8b468da2cb6161db97bb3d (patch) | |
tree | 91aa01221cb6cb921034a229026b48c2e5720648 /src/mint/taler-mint-httpd_db.h | |
parent | 3b9b7fa0994654d146b9968503e007b022c738c6 (diff) |
fixing a few missing renames for structs
Diffstat (limited to 'src/mint/taler-mint-httpd_db.h')
-rw-r--r-- | src/mint/taler-mint-httpd_db.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mint/taler-mint-httpd_db.h b/src/mint/taler-mint-httpd_db.h index 8d51463d8..f92a999f0 100644 --- a/src/mint/taler-mint-httpd_db.h +++ b/src/mint/taler-mint-httpd_db.h @@ -39,7 +39,7 @@ */ int TMH_DB_execute_deposit (struct MHD_Connection *connection, - const struct Deposit *deposit); + const struct TALER_MINTDB_Deposit *deposit); /** @@ -85,7 +85,7 @@ struct TMH_DB_MeltDetails { /** * Signature allowing the melt (using - * a `struct RefreshMeltConfirmSignRequestBody`) to sign over. + * a `struct TALER_MINTDB_RefreshMeltConfirmSignRequestBody`) to sign over. */ struct TALER_CoinSpendSignatureP melt_sig; @@ -127,8 +127,8 @@ TMH_DB_execute_refresh_melt (struct MHD_Connection *connection, unsigned int coin_count, const struct TALER_CoinPublicInfo *coin_public_infos, const struct TMH_DB_MeltDetails *coin_melt_details, - struct RefreshCommitCoin *const* commit_coin, - struct RefreshCommitLink *const* commit_link); + struct TALER_MINTDB_RefreshCommitCoin *const* commit_coin, + struct TALER_MINTDB_RefreshCommitLinkP *const* commit_link); /** |