From: Michael Orlitzky Date: Mon, 26 Feb 2018 18:27:18 +0000 (-0500) Subject: Rename apply_default_acl() to apply_default_acl_ex() and add a wrapper. X-Git-Tag: v0.1.0~8 X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=a662358647653b8d7f4f2dbfc5ca2802f38c60c8;hp=a662358647653b8d7f4f2dbfc5ca2802f38c60c8;p=apply-default-acl.git 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. ---