diff options
Diffstat (limited to 'lib/xfts.h')
-rw-r--r-- | lib/xfts.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/xfts.h b/lib/xfts.h deleted file mode 100644 index f903f4804..000000000 --- a/lib/xfts.h +++ /dev/null @@ -1,10 +0,0 @@ -#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) - _GL_ATTRIBUTE_PURE; |