From 09d593ade0ed8f9f68c724e8a79f77a6e0e60adb Mon Sep 17 00:00:00 2001 From: Daniel Stenberg <daniel@haxx.se> Date: Fri, 3 Oct 2003 13:13:53 +0000 Subject: [PATCH] Renamed the function argument named 'access', as noted by Neil Spring in the debian bug report #213180. --- include/curl/curl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/curl/curl.h b/include/curl/curl.h index 2516ebaacd..fd507fda8b 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, -- GitLab