From c2fd4896a69a2404fc8b468da2cb6161db97bb3d Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 28 Mar 2015 14:39:31 +0100 Subject: fixing a few missing renames for structs --- src/mint/taler-mint-httpd_deposit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mint/taler-mint-httpd_deposit.c') diff --git a/src/mint/taler-mint-httpd_deposit.c b/src/mint/taler-mint-httpd_deposit.c index 09e101f60..cdf6d6a98 100644 --- a/src/mint/taler-mint-httpd_deposit.c +++ b/src/mint/taler-mint-httpd_deposit.c @@ -53,7 +53,7 @@ */ static int verify_and_execute_deposit (struct MHD_Connection *connection, - const struct Deposit *deposit) + const struct TALER_MINTDB_Deposit *deposit) { struct TMH_KS_StateHandle *key_state; struct TALER_DepositRequestPS dr; @@ -133,7 +133,7 @@ parse_and_handle_deposit_request (struct MHD_Connection *connection, json_t *wire) { int res; - struct Deposit deposit; + struct TALER_MINTDB_Deposit deposit; char *wire_enc; size_t len; struct TMH_PARSE_FieldSpecification spec[] = { -- cgit v1.2.3