]> gitweb.michael.orlitzky.com - apply-default-acl.git/blobdiff - src/libadacl.h
doc/COPYING: add one to state the "or later" bit
[apply-default-acl.git] / src / libadacl.h
index be72ac3d149aa7c96bdd06748ef9df5182bc74c4..4e0c75d7520a7c6baeb1218c8d5ae5feee507777 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);
+int apply_default_acl(const char* path, bool recursive);