Allow rmdom on subdomains of those on the user's ACL
[hcoop/domtool2.git] / src / acl.sig
index 846b331..a88bddd 100644 (file)
@@ -52,4 +52,6 @@ signature ACL = sig
     val write : string -> unit
     (* Read/write saved ACL state from/to a file *)
 
     val write : string -> unit
     (* Read/write saved ACL state from/to a file *)
 
+    val queryDomain : {user : string, domain : string} -> bool
+    (* Like a call to [query] for class 'domain', but considers subdomains, too *)
 end
 end