]> gitweb.michael.orlitzky.com - apply-default-acl.git/commitdiff
Rename apply_default_acl() to apply_default_acl_ex() and add a wrapper.
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 26 Feb 2018 18:27:18 +0000 (13:27 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 26 Feb 2018 19:10:29 +0000 (14:10 -0500)
The old apply_default_acl() function has a weird second argument that
will usually be NULL for other users of the library. Instead of making
them deal with that design choice, the old apply_default_acl()
function was renamed t apply_default_acl_ex(), and a new
apply_default_acl() was added with no second argument to wrap the
former.


No differences found