Add before, after, and exn config directives
[bpt/mlt.git] / src / config.sig
index 57c0f86..e8e49bb 100644 (file)
@@ -33,6 +33,9 @@ sig
     val compiler : config -> string
     val cm : config -> string list
     val sml : config -> string
+    val beforeT : config -> string option
+    val afterT : config -> string option
+    val exnT : config -> string option
 
     val printFn : config -> string -> string option
 end
\ No newline at end of file