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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,