1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-18 13:21:58 +02:00

(FTW_DPRE) [enum]: New member and definition.

(struct FTW) [skip]: New member.
This commit is contained in:
Jim Meyering
2003-02-06 10:24:57 +00:00
parent adb8e94a33
commit ae0cb229f2

View File

@@ -73,6 +73,12 @@ enum
FTW_DCHP,
# define FTW_DCHP FTW_DCHP
/* nftw calls the user-supplied function at most twice for each directory
it encounters. When calling it the first time, it passes this value
as the `type'. */
FTW_DPRE,
# define FTW_DPRE FTW_DPRE
# if defined __USE_BSD || defined __USE_XOPEN_EXTENDED
FTW_SL, /* Symbolic link. */
@@ -110,6 +116,7 @@ struct FTW
{
int base;
int level;
int skip;
};
# endif /* extended X/Open */