summaryrefslogtreecommitdiff
path: root/src/lib/exchange_api_refresh.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/exchange_api_refresh.c')
-rw-r--r--src/lib/exchange_api_refresh.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/exchange_api_refresh.c b/src/lib/exchange_api_refresh.c
index de3285e06..adcc65e14 100644
--- a/src/lib/exchange_api_refresh.c
+++ b/src/lib/exchange_api_refresh.c
@@ -843,7 +843,7 @@ struct TALER_EXCHANGE_RefreshMeltHandle
* Context for #TEH_curl_easy_post(). Keeps the data that must
* persist for Curl to make the upload.
*/
- struct TEAH_PostContext ctx;
+ struct TALER_CURL_PostContext ctx;
/**
* Handle for the request.
@@ -1301,7 +1301,7 @@ struct TALER_EXCHANGE_RefreshRevealHandle
* Context for #TEH_curl_easy_post(). Keeps the data that must
* persist for Curl to make the upload.
*/
- struct TEAH_PostContext ctx;
+ struct TALER_CURL_PostContext ctx;
/**
* Handle for the request.