summaryrefslogtreecommitdiff
path: root/include/libacl.h
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2002-03-21 23:09:38 +0000
committerNathan Scott <nathans@sgi.com>2002-03-21 23:09:38 +0000
commit28ff31107bc03dbc1ea4303809bb384658e92abd (patch)
treee0925e20339dfb1e96f335d45a51c46742fa4e05 /include/libacl.h
parent8395ef6a570b7accc95e375f3488c63bcfb3a602 (diff)
downloadacl-28ff31107bc03dbc1ea4303809bb384658e92abd.tar.gz
remove declaration of acl_print, as it no longer exists.
Diffstat (limited to 'include/libacl.h')
-rw-r--r--include/libacl.h1
1 files changed, 0 insertions, 1 deletions
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);