]> git.ipfire.org Git - thirdparty/curl.git/commit
ftplistparser: move out private data from public struct
authorDaniel Stenberg <daniel@haxx.se>
Mon, 27 Mar 2023 08:48:44 +0000 (10:48 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 28 Mar 2023 08:11:33 +0000 (10:11 +0200)
commit01114f6efda64b9ce3492ed7c7964359de70efe5
treee4201962cbeff60aef869ed37e358ffabebde458
parente4cd1ffed155ca912a156f1fff24ea4473ccda95
ftplistparser: move out private data from public struct

The public 'curl_fileinfo' struct contained three fields that are for
internal purposes only. This change makes them unused in the public
struct.

The new private struct fields are also renamed to make this separation
more obvious internally.

Closes #10844
include/curl/curl.h
lib/fileinfo.c
lib/fileinfo.h
lib/ftplistparser.c