summaryrefslogtreecommitdiff
path: root/src/mint/taler-mint-httpd_db.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-08-09 21:25:49 +0200
committerChristian Grothoff <christian@grothoff.org>2015-08-09 21:25:49 +0200
commit6237981d9652889bbcc042e8b374c0addc65932f (patch)
tree0f324c29cf8ddba0c03ce26f13b6f811c3578f05 /src/mint/taler-mint-httpd_db.h
parent3ead9d772a6850a7654e7e483ebfce5acac8da86 (diff)
downloadexchange-6237981d9652889bbcc042e8b374c0addc65932f.tar.gz
exchange-6237981d9652889bbcc042e8b374c0addc65932f.tar.bz2
exchange-6237981d9652889bbcc042e8b374c0addc65932f.zip
rename struct TALER_MINTDB_RefreshCommitLinkP to struct TALER_RefreshCommitLinkP
Diffstat (limited to 'src/mint/taler-mint-httpd_db.h')
-rw-r--r--src/mint/taler-mint-httpd_db.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mint/taler-mint-httpd_db.h b/src/mint/taler-mint-httpd_db.h
index 8a171153a..c2f9a3101 100644
--- a/src/mint/taler-mint-httpd_db.h
+++ b/src/mint/taler-mint-httpd_db.h
@@ -130,7 +130,7 @@ TMH_DB_execute_refresh_melt (struct MHD_Connection *connection,
unsigned int coin_count,
const struct TMH_DB_MeltDetails *coin_melt_details,
struct TALER_MINTDB_RefreshCommitCoin *const* commit_coin,
- struct TALER_MINTDB_RefreshCommitLinkP *const* commit_link);
+ struct TALER_RefreshCommitLinkP *const* commit_link);
/**