From 4c283a1dc00aafaab622b913a7eae2de36d4892f Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 24 Feb 2003 08:57:06 +0000 Subject: [struct FTS] (fts_dir_signatures): New, opaque member. --- lib/fts_.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib') diff --git a/lib/fts_.h b/lib/fts_.h index a22c7bb9c..72d540083 100644 --- a/lib/fts_.h +++ b/lib/fts_.h @@ -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 { -- cgit v1.2.3-54-g00ecf