Factor out log directory calculation code, in preparation for changing how it works
[hcoop/zz_old/domtool2-proto.git] / src / plugins / apache.sig
index db9966c..a92edcf 100644 (file)
@@ -29,4 +29,6 @@ signature APACHE = sig
     val registerAliaser : (string -> unit) -> unit
     (* Register a callback for an alternate hostname that is configured. *)
 
+    val logDir : {user : string, node : string, vhostId : string} -> string
+    (* Where is a vhost's log directory located? *)
 end