aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/curl/curl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h
index 2516ebaac..fd507fda8 100644
--- a/include/curl/curl.h
+++ b/include/curl/curl.h
@@ -1079,7 +1079,7 @@ typedef enum {
typedef void (*curl_lock_function)(CURL *handle,
curl_lock_data data,
- curl_lock_access access,
+ curl_lock_access locktype,
void *userptr);
typedef void (*curl_unlock_function)(CURL *handle,
curl_lock_data data,