]> gitweb.michael.orlitzky.com - apply-default-acl.git/blobdiff - src/libadacl.h
Eliminate the apply_default_acl_ex() function.
[apply-default-acl.git] / src / libadacl.h
index be9d50ed07d421fb596b884ae9588f7ce266084e..1a7f802727f11e7aa7e25ede8768d761f9d5a74e 100644 (file)
@@ -15,8 +15,4 @@
 #define ACL_FAILURE 0
 #define ACL_SUCCESS 1
 
-int apply_default_acl_ex(const char* path,
-                         const struct stat* sp,
-                         bool no_exec_mask);
-
 int apply_default_acl(const char* path, bool no_exec_mask);