From acdddb0b63ee22a1759ecc1e780de82434621caa Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Tue, 8 Oct 1996 21:22:48 +0000 Subject: (store_set_child_flags, store_clear_child_flags): New decls. --- libstore/store.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'libstore/store.h') diff --git a/libstore/store.h b/libstore/store.h index 198ddb16..5be3862c 100644 --- a/libstore/store.h +++ b/libstore/store.h @@ -237,6 +237,14 @@ error_t store_set_flags (struct store *store, int flags); /* Remove FLAGS from STORE's currently set flags. */ error_t store_clear_flags (struct store *store, int flags); +/* Set FLAGS in all children of STORE, and if successfull, add FLAGS to + STORE's flags. */ +error_t store_set_child_flags (struct store *store, int flags); + +/* Clear FLAGS in all children of STORE, and if successfull, remove FLAGS from + STORE's flags. */ +error_t store_clear_child_flags (struct store *store, int flags); + /* Returns true if STORE can safely be returned to a user who has accessed it via a node using OPEN_FLAGS, without compromising security. */ extern inline int -- cgit v1.2.3