aboutsummaryrefslogtreecommitdiff
path: root/lib/share.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/share.h')
-rw-r--r--lib/share.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/share.h b/lib/share.h
index d23d3a040..e689ff2d2 100644
--- a/lib/share.h
+++ b/lib/share.h
@@ -54,8 +54,8 @@ struct Curl_share {
long sessionage;
};
-CURLSHcode Curl_share_lock (struct SessionHandle *, curl_lock_data,
+CURLSHcode Curl_share_lock (struct Curl_easy *, curl_lock_data,
curl_lock_access);
-CURLSHcode Curl_share_unlock (struct SessionHandle *, curl_lock_data);
+CURLSHcode Curl_share_unlock (struct Curl_easy *, curl_lock_data);
#endif /* HEADER_CURL_SHARE_H */