mirror of
https://github.com/moparisthebest/curl
synced 2024-11-15 14:05:03 -05: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
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user