]> gitweb.michael.orlitzky.com - apply-default-acl.git/commit
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)
commita662358647653b8d7f4f2dbfc5ca2802f38c60c8
tree9b135e85d37d92b543b35e77655671c3ba713af7
parentf785b1da4fcfab5410a7aebacf6d6327176d58fa
Rename apply_default_acl() to apply_default_acl_ex() and add a wrapper.

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.
src/apply-default-acl.c
src/libadacl.c
src/libadacl.h