X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2Flibadacl.h;h=4e0c75d7520a7c6baeb1218c8d5ae5feee507777;hb=233b25b5822ab50d4fa2c12a8c32c18f0485a67c;hp=b9f0e21e864bc966c544ff3a0ccb69f66ded1384;hpb=8373437e3e99e776f99ae592f2a0f2560317cc0a;p=apply-default-acl.git diff --git a/src/libadacl.h b/src/libadacl.h index b9f0e21..4e0c75d 100644 --- a/src/libadacl.h +++ b/src/libadacl.h @@ -15,4 +15,4 @@ #define ACL_FAILURE 0 #define ACL_SUCCESS 1 -int apply_default_acl(const char* path, bool no_exec_mask, bool recursive); +int apply_default_acl(const char* path, bool recursive);