rm, du, chmod, chown, chgrp: use much less memory for large directories
[coreutils.git] / lib / xfts.h
blobf903f48042900936bcc591ed3c5431a7da10da00
1 #include <stdbool.h>
2 #include "fts_.h"
4 FTS *
5 xfts_open (char * const *, int options,
6 int (*) (const FTSENT **, const FTSENT **));
8 bool
9 cycle_warning_required (FTS const *fts, FTSENT const *ent)
10 _GL_ATTRIBUTE_PURE;