repo.or.cz
/
coreutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
build: update gnulib submodule to latest
[coreutils.git]
/
lib
/
xfts.h
blob
f903f48042900936bcc591ed3c5431a7da10da00
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
;