summaryrefslogtreecommitdiff
path: root/include/libacl.h
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2002-03-25 05:26:46 +0000
committerNathan Scott <nathans@sgi.com>2002-03-25 05:26:46 +0000
commit36289a951fd729241dafc92bc2a81679764ba31f (patch)
tree23451b0cbde529fde0949cbae6729879f20b898c /include/libacl.h
parent28ff31107bc03dbc1ea4303809bb384658e92abd (diff)
downloadacl-36289a951fd729241dafc92bc2a81679764ba31f.tar.gz
Make acl_entry_to_any_str() a static function and move it to libacl/acl_to_any_text.c
Diffstat (limited to 'include/libacl.h')
-rw-r--r--include/libacl.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/libacl.h b/include/libacl.h
index 9b6d57b..2c0db6e 100644
--- a/include/libacl.h
+++ b/include/libacl.h
@@ -13,7 +13,7 @@
extern "C" {
#endif
-/* acl_entry_to_any_str(), acl_to_any_text() */
+/* Flags for acl_to_any_text() */
/* Print NO, SOME or ALL effective permissions comments. SOME prints
effective rights comments for entries which have different permissions
@@ -42,9 +42,6 @@ extern "C" {
extern char *acl_to_any_text(acl_t acl, ssize_t *len_p, const char *prefix,
char separator, const char *suffix, int options);
-extern ssize_t acl_entry_to_any_str(const acl_entry_t entry_d, char *text_p,
- ssize_t size, const acl_entry_t mask_d,
- const char *prefix, int options);
extern int acl_cmp(acl_t acl1, acl_t acl2);
extern int acl_check(acl_t acl, int *last);
extern acl_t acl_from_mode(mode_t mode);