Skip to content
Snippets Groups Projects
Commit 09d593ad authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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

debian bug report #213180.
parent d1b17779
No related branches found
No related tags found
No related merge requests found
...@@ -1079,7 +1079,7 @@ typedef enum { ...@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment