diff options
author | Justin <jcenta11@gmail.com> | 2019-07-29 22:52:09 -0400 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-07-30 23:31:52 +0200 |
commit | d414f6bf0816454960530b225f829b47c429a674 (patch) | |
tree | 151d70ee12617d57c91c46c7c0ee3505eb9f5061 /include | |
parent | 62aa0ba91ab0ede286cb41eed0b215705a5b1c90 (diff) |
curl.h: fix outdated comment
Closes #4167
Diffstat (limited to 'include')
-rw-r--r-- | include/curl/curl.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h index 215b3e9e1..a3cdd8395 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -284,10 +284,7 @@ typedef enum { #define CURLFINFOFLAG_KNOWN_SIZE (1<<6) #define CURLFINFOFLAG_KNOWN_HLINKCOUNT (1<<7) -/* Content of this structure depends on information which is known and is - achievable (e.g. by FTP LIST parsing). Please see the url_easy_setopt(3) man - page for callbacks returning this structure -- some fields are mandatory, - some others are optional. The FLAG field has special meaning. */ +/* Information about a single file, used when doing FTP wildcard matching */ struct curl_fileinfo { char *filename; curlfiletype filetype; |