diff options
Diffstat (limited to 'lib/vauth/oauth2.c')
-rw-r--r-- | lib/vauth/oauth2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vauth/oauth2.c b/lib/vauth/oauth2.c index fccdfb86c..6288f89a3 100644 --- a/lib/vauth/oauth2.c +++ b/lib/vauth/oauth2.c @@ -55,7 +55,7 @@ * * Returns CURLE_OK on success. */ -CURLcode Curl_auth_create_oauth_bearer_message(struct SessionHandle *data, +CURLcode Curl_auth_create_oauth_bearer_message(struct Curl_easy *data, const char *user, const char *host, const long port, |