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
1 changed files with 1 additions and 1 deletions

View File

@ -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,