mirror of
https://github.com/curl/curl.git
synced 2026-07-30 16:48:03 +03:00
parent
62aa0ba91a
commit
d414f6bf08
1 changed files with 1 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue