mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-06-06 01:36:28 +02:00
[struct FTS] (fts_dir_signatures): New, opaque member.
This commit is contained in:
@@ -66,6 +66,9 @@ typedef struct {
|
||||
#define FTS_NAMEONLY 0x0100 /* (private) child names only */
|
||||
#define FTS_STOP 0x0200 /* (private) unrecoverable error */
|
||||
int fts_options; /* fts_open options, global flags */
|
||||
/* Data structure in which to store the fingerprint
|
||||
of each directory we've encountered. */
|
||||
void *fts_dir_signatures;
|
||||
} FTS;
|
||||
|
||||
typedef struct _ftsent {
|
||||
|
||||
Reference in New Issue
Block a user