ln: add the --relative option
[platform/upstream/coreutils.git] / lib / xfts.h
1 #include <stdbool.h>
2 #include "fts_.h"
3
4 FTS *
5 xfts_open (char * const *, int options,
6            int (*) (const FTSENT **, const FTSENT **));
7
8 bool
9 cycle_warning_required (FTS const *fts, FTSENT const *ent)
10   _GL_ATTRIBUTE_PURE;