X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/7c78c5292a74d7cc20fc03e02fbfc976e072f928..f74c75964edafe4a1463ed848c56509e4c505b6c:/include/sys/acl.h diff --git a/include/sys/acl.h b/include/sys/acl.h index 15ef22b..55e82d0 100644 --- a/include/sys/acl.h +++ b/include/sys/acl.h @@ -161,12 +161,10 @@ extern int acl_set_link(const char *path_p, acl_type_t type, acl_t acl); /* 23.1.6.4 ACL Format translation */ extern ssize_t acl_copy_ext(void *buf_p, acl_t acl, ssize_t size); -extern ssize_t acl_copy_ext_native(void *buf_p, acl_t acl, ssize_t size); extern acl_t acl_copy_int(const void *buf_p); -extern acl_t acl_copy_int_native(const void *buf_p); extern acl_t acl_from_text(const char *buf_p); extern ssize_t acl_size(acl_t acl); extern char *acl_to_text(acl_t acl, ssize_t *len_p); __END_DECLS -#endif /* _SYS_ACL_H */ +#endif _SYS_ACL_H