diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-10-03 13:13:53 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-10-03 13:13:53 +0000 |
commit | 09d593ade0ed8f9f68c724e8a79f77a6e0e60adb (patch) | |
tree | 39444d4bf85be5340e89b7f5b5b18439c1f708ad | |
parent | d1b17779a383a3719fd275f32e3c1f19b7a83e06 (diff) |
Renamed the function argument named 'access', as noted by Neil Spring in the
debian bug report #213180.
-rw-r--r-- | include/curl/curl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h index 2516ebaac..fd507fda8 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -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, |