1
0
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:
Jim Meyering
2003-02-24 08:57:06 +00:00
parent 0818c3e24c
commit 4c283a1dc0
+3
View File
@@ -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 {