mirror of
https://github.com/curl/curl.git
synced 2026-07-16 07:27:15 +03:00
Renamed the function argument named 'access', as noted by Neil Spring in the
debian bug report #213180.
This commit is contained in:
parent
d1b17779a3
commit
09d593ade0
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue