]> granicus.if.org Git - curl/commitdiff
Renamed the function argument named 'access', as noted by Neil Spring in the
authorDaniel Stenberg <daniel@haxx.se>
Fri, 3 Oct 2003 13:13:53 +0000 (13:13 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 3 Oct 2003 13:13:53 +0000 (13:13 +0000)
debian bug report #213180.

include/curl/curl.h

index 2516ebaacdd95b6cf95679ad6ecb75b2b0e02810..fd507fda8b8295cc59b15930058ec1442ca0a26a 100644 (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,