Be more cautious creating log directories
[hcoop/domtool2.git] / src / domain.sig
index a749265..1d708f5 100644 (file)
@@ -63,5 +63,7 @@ signature DOMAIN = sig
 
     val set_context : OpenSSL.context -> unit
 
-    val inGroup : string -> bool
+    val hasPriv : string -> bool
+
+    val rmdom : string -> unit
 end