Skip to content

Commit

Permalink
CURLSHOPT_UNLOCKFUNC.3: the callback as no 'access' argument
Browse files Browse the repository at this point in the history
Probably a copy and paste error from the lock function man page.

Reported-by: Robby Simpson
Fixes curl#9612
Closes curl#9613
  • Loading branch information
bagder committed Sep 28, 2022
1 parent 24ed431 commit ca3efd5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/libcurl/opts/CURLSHOPT_UNLOCKFUNC.3
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ is released.
The \fIdata\fP argument tells what kind of data libcurl wants to unlock. Make
sure that the callback uses a different lock for each kind of data.

\fIaccess\fP defines what access type libcurl wants, shared or single.

\fIuserptr\fP is the private pointer you set with \fICURLSHOPT_USERDATA\fP.
This pointer is not used by libcurl itself.
.SH PROTOCOLS
Expand Down

0 comments on commit ca3efd5

Please sign in to comment.