mirror of
https://github.com/curl/curl.git
synced 2026-06-14 11:45:38 +03:00
CURLOPT_CHUNK_BGN_FUNCTION: target is there for symlinks only
Closes #21883
This commit is contained in:
parent
c3c2cfb65d
commit
f7f1666ee2
1 changed files with 2 additions and 1 deletions
|
|
@ -37,7 +37,8 @@ struct curl_fileinfo {
|
|||
char *perm;
|
||||
char *user;
|
||||
char *group;
|
||||
char *target; /* pointer to the target filename of a symlink */
|
||||
char *target; /* pointer to the target filename of a symlink, only
|
||||
available for CURLFILETYPE_SYMLINK */
|
||||
} strings;
|
||||
|
||||
unsigned int flags;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue