mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 16:18:48 -05:00
parent
481e0de00a
commit
0e17369f5b
@ -37,7 +37,7 @@ CURLcode curl_easy_setopt(CURL *handle, CURLOPT_FNMATCH_FUNCTION,
|
|||||||
Pass a pointer to your callback function, which should match the prototype
|
Pass a pointer to your callback function, which should match the prototype
|
||||||
shown above.
|
shown above.
|
||||||
|
|
||||||
This callback s used for wildcard matching.
|
This callback is used for wildcard matching.
|
||||||
|
|
||||||
Return \fICURL_FNMATCHFUNC_MATCH\fP if pattern matches the string,
|
Return \fICURL_FNMATCHFUNC_MATCH\fP if pattern matches the string,
|
||||||
\fICURL_FNMATCHFUNC_NOMATCH\fP if not or \fICURL_FNMATCHFUNC_FAIL\fP if an
|
\fICURL_FNMATCHFUNC_NOMATCH\fP if not or \fICURL_FNMATCHFUNC_FAIL\fP if an
|
||||||
|
Loading…
Reference in New Issue
Block a user