Be more cautious creating log directories
[hcoop/domtool2.git] / src / domain.sig
index 6762fc6..1d708f5 100644 (file)
@@ -62,4 +62,8 @@ signature DOMAIN = sig
     (* UNIX users, groups, and paths the user may act with *)
 
     val set_context : OpenSSL.context -> unit
+
+    val hasPriv : string -> bool
+
+    val rmdom : string -> unit
 end