ftp wildcard: a new option CURLOPT_FNMATCH_DATA
This commit is contained in:
@@ -39,6 +39,6 @@
|
||||
* keywords: alnum, digit, xdigit, alpha, print, blank, lower, graph, space
|
||||
* and upper (use as "[[:alnum:]]")
|
||||
*/
|
||||
int Curl_fnmatch(const char *pattern, const char *string);
|
||||
int Curl_fnmatch(void *ptr, const char *pattern, const char *string);
|
||||
|
||||
#endif /* HEADER_CURL_FNMATCH_H */
|
||||
|
||||
Reference in New Issue
Block a user