Type annotations on environment variable reads
[hcoop/domtool2.git] / src / plugins / apache.sig
index a92edcf..2cc2eb5 100644 (file)
@@ -31,4 +31,7 @@ signature APACHE = sig
 
     val logDir : {user : string, node : string, vhostId : string} -> string
     (* Where is a vhost's log directory located? *)
+
+    val defaults : (string * Ast.typ * (unit -> Ast.exp)) list
+    (* Default environment variables *)
 end