From: Daniel Stenberg Date: Fri, 3 Oct 2003 13:13:53 +0000 (+0000) Subject: Renamed the function argument named 'access', as noted by Neil Spring in the X-Git-Tag: curl-7_10_8~184 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=09d593ade0ed8f9f68c724e8a79f77a6e0e60adb;p=thirdparty%2Fcurl.git Renamed the function argument named 'access', as noted by Neil Spring in the debian bug report #213180. --- 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,