Add before, after, and exn config directives
[bpt/mlt.git] / src / lib / templates.sig
index 54650ae..bb5137c 100644 (file)
@@ -22,4 +22,8 @@
 signature TEMPLATES =
 sig
     val templates : (string * (unit -> unit)) list
+
+    val beforeFn : unit -> unit
+    val afterFn : unit -> unit
+    val exnFn : unit -> unit
 end
\ No newline at end of file