* lib/fts_.h (fts_debug) [GNULIB_FTS_DEBUG]: New decl.
Coreutils was accessing this by the back door; let’s make it public.
2025-02-17 Paul Eggert <eggert@cs.ucla.edu>
+ fts: expose fts_debug
+ * lib/fts_.h (fts_debug) [GNULIB_FTS_DEBUG]: New decl.
+ Coreutils was accessing this by the back door; let’s make it public.
+
crc-tests: use consistent type for randomb
* tests/randomb.c (randomb): Now array of char, not unsigned char,
since callers all want char. All uses changed.
int fts_set (FTS *, FTSENT *, int) __THROW;
#if GNULIB_FTS_DEBUG
+extern bool fts_debug;
void fts_cross_check (FTS const *);
#endif
__END_DECLS