1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

Renamed the function argument named 'access', as noted by Neil Spring in the

debian bug report #213180.
This commit is contained in:
Daniel Stenberg 2003-10-03 13:13:53 +00:00
parent d1b17779a3
commit 09d593ade0

View File

@ -1079,7 +1079,7 @@ typedef enum {
typedef void (*curl_lock_function)(CURL *handle, typedef void (*curl_lock_function)(CURL *handle,
curl_lock_data data, curl_lock_data data,
curl_lock_access access, curl_lock_access locktype,
void *userptr); void *userptr);
typedef void (*curl_unlock_function)(CURL *handle, typedef void (*curl_unlock_function)(CURL *handle,
curl_lock_data data, curl_lock_data data,