summaryrefslogtreecommitdiff
path: root/lib/xfts.h
blob: fc3ba9010daaf70ff597927c48b2f4bea2906e8d (plain)
1
2
3
4
5
6
7
8
9
#include <stdbool.h>
#include "fts_.h"

FTS *
xfts_open (char * const *, int options,
           int (*) (const FTSENT **, const FTSENT **));

bool
cycle_warning_required (FTS const *fts, FTSENT const *ent);