From 5fa75d0823b66a49456790a19e203fec0bc67220 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Wed, 2 Jan 2019 22:34:44 -0500 Subject: posix1e: Split out ACL and capability handling from util --- util.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'util.h') 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 -- cgit v1.2.3