]> gitweb.michael.orlitzky.com - apply-default-acl.git/blobdiff - src/libadacl.h
Rename apply_default_acl() to apply_default_acl_ex() and add a wrapper.
[apply-default-acl.git] / src / libadacl.h
index d2c97859dfab395b083d737effd6959d8199621c..a846c88a3b87da170bb739d3ebead4f72aed609a 100644 (file)
@@ -20,6 +20,8 @@
 #define SNPRINTF_ERROR -1
 #define STAT_ERROR -1
 
-int apply_default_acl(const char* path,
-                     const struct stat* sp,
-                     bool no_exec_mask);
+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);