summaryrefslogtreecommitdiff
path: root/lib/xfts.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/xfts.h')
-rw-r--r--lib/xfts.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/xfts.h b/lib/xfts.h
new file mode 100644
index 0000000..4790613
--- /dev/null
+++ b/lib/xfts.h
@@ -0,0 +1,5 @@
+#include "fts_.h"
+
+FTS *
+xfts_open (char * const *, int options,
+ int (*) (const FTSENT **, const FTSENT **));