From 28ff31107bc03dbc1ea4303809bb384658e92abd Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Thu, 21 Mar 2002 23:09:38 +0000 Subject: remove declaration of acl_print, as it no longer exists. --- include/libacl.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/libacl.h') diff --git a/include/libacl.h b/include/libacl.h index a43ffae..9b6d57b 100644 --- a/include/libacl.h +++ b/include/libacl.h @@ -55,7 +55,6 @@ extern int acl_set_file_mode(const char *path_p, acl_type_t type, acl_t acl); extern int acl_set_fd_mode(int fd, acl_t acl); int acl_extended_file(const char *path_p); int acl_extended_fd(int fd); -extern int acl_print(FILE *file, acl_t acl, const char *prefix, int options); extern int acl_entries(acl_t acl); extern const char *acl_error(int code); extern int acl_get_perm(acl_permset_t permset_d, acl_perm_t perm); -- cgit v1.2.1