1#include <stdbool.h>
2#include "fts_.h"
3
4FTS *
5xfts_open (char * const *, int options,
6           int (*) (const FTSENT **, const FTSENT **));
7
8bool
9cycle_warning_required (FTS const *fts, FTSENT const *ent);
10