]> git.saurik.com Git - apple/libc.git/blobdiff - posix1e/acl_file.c
Libc-1082.50.1.tar.gz
[apple/libc.git] / posix1e / acl_file.c
index b09c7020eec1db20aa2b579514f997aa382004a4..6b62d13fb9dc1b36f096be67610b7401d4603133 100644 (file)
@@ -38,6 +38,7 @@
 
 static acl_t   acl_get_file1(const char *path, acl_type_t acl_type, int follow);
 
+int acl_delete_fd_np(int filedes, acl_type_t type);
 int
 acl_delete_fd_np(int filedes, acl_type_t type)
 {
@@ -45,6 +46,7 @@ acl_delete_fd_np(int filedes, acl_type_t type)
        return(-1);
 }
 
+int acl_delete_file_np(const char *path, acl_type_t type);
 int
 acl_delete_file_np(const char *path, acl_type_t type)
 {
@@ -52,6 +54,7 @@ acl_delete_file_np(const char *path, acl_type_t type)
        return(-1);
 }
 
+int acl_delete_link_np(const char *path, acl_type_t type);
 int
 acl_delete_link_np(const char *path, acl_type_t type)
 {