curl_fnmatch_callback

callback type for wildcard downloading pattern matching. If the string matches the pattern, return CURL_FNMATCHFUNC_MATCH value, etc.

alias curl_fnmatch_callback = int function
(
void* ptr
,
in const(char)* pattern
,
in const(char)* string
)

Meta