* SUCH DAMAGE.
*/
+#ifndef _CHMOD_ACL_H_
+#define _CHMOD_ACL_H_
+
#ifdef __APPLE__
#include <pwd.h>
#include <grp.h>
extern int modify_file_acl(unsigned int optflags, const char *path, acl_t modifier, int position, int inheritance_level, int follow);
extern uuid_t *name_to_uuid(char *tok, int nametype);
#endif /* __APPLE__*/
+
+#endif /* _CHMOD_ACL_H_ */