diff options
author | Kamil Dudka <kdudka@redhat.com> | 2010-05-16 02:49:08 +0200 |
---|---|---|
committer | Kamil Dudka <kdudka@redhat.com> | 2010-05-16 02:52:33 +0200 |
commit | 2ffe834bffa893efcd8942736ab14e311a0087b3 (patch) | |
tree | f05892e9d30c465ebf990bd1a8e01fc517e156fa /lib/curl_fnmatch.h | |
parent | 027ceb37a1075bb585c8f5917a26f37cdfa352d6 (diff) | |
download | curl-2ffe834bffa893efcd8942736ab14e311a0087b3.tar.gz |
ftp wildcard: a new option CURLOPT_FNMATCH_DATA
Diffstat (limited to 'lib/curl_fnmatch.h')
-rw-r--r-- | lib/curl_fnmatch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/curl_fnmatch.h b/lib/curl_fnmatch.h index 3ffbc4575..6335d0312 100644 --- a/lib/curl_fnmatch.h +++ b/lib/curl_fnmatch.h @@ -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 */ |