summaryrefslogtreecommitdiffstats
path: root/util.h
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2019-01-02 22:34:44 -0500
committerTavian Barnes <tavianator@tavianator.com>2019-01-02 22:36:39 -0500
commit5fa75d0823b66a49456790a19e203fec0bc67220 (patch)
tree0291b18aacda7cd371702e280dda1b1f3b6bd558 /util.h
parent28c787b0dcbae9e6c7dfc0013bdaff25d0a2f009 (diff)
downloadbfs-5fa75d0823b66a49456790a19e203fec0bc67220.tar.xz
posix1e: Split out ACL and capability handling from util
Diffstat (limited to 'util.h')
-rw-r--r--util.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/util.h b/util.h
index 4a9947c..2031c02 100644
--- a/util.h
+++ b/util.h
@@ -205,16 +205,4 @@ int bfs_major(dev_t dev);
*/
int bfs_minor(dev_t dev);
-struct BFTW;
-
-/**
- * Check if a file has a non-trvial Access Control List.
- */
-bool bfs_check_acl(const struct BFTW *ftwbuf);
-
-/**
- * Check if a file has a non-trvial capability set.
- */
-bool bfs_check_capabilities(const struct BFTW *ftwbuf);
-
#endif // BFS_UTIL_H