summaryrefslogtreecommitdiff
path: root/src/lib/merchant_api_proposal.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/merchant_api_proposal.c')
-rw-r--r--src/lib/merchant_api_proposal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/merchant_api_proposal.c b/src/lib/merchant_api_proposal.c
index e63986e1..0909c1d4 100644
--- a/src/lib/merchant_api_proposal.c
+++ b/src/lib/merchant_api_proposal.c
@@ -69,7 +69,7 @@ struct TALER_MERCHANT_ProposalOperation
/**
* Minor context that holds body and headers.
*/
- struct TEAH_PostContext post_ctx;
+ struct TALER_CURL_PostContext post_ctx;
};
/**