]> granicus.if.org Git - curl/commitdiff
curl.h: fix outdated comment
authorJustin <jcenta11@gmail.com>
Tue, 30 Jul 2019 02:52:09 +0000 (22:52 -0400)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 30 Jul 2019 21:31:52 +0000 (23:31 +0200)
Closes #4167

include/curl/curl.h

index 215b3e9e1f6cd0eafa16d09b71f46b1f6bda36b7..a3cdd8395e7d222a4a52a790eb71c2c3c66f25df 100644 (file)
@@ -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;