Add Whentools library, test, documentation.
[whenjobs.git] / lib / whenfile.mli
index 54ee52d..a66f865 100644 (file)
@@ -48,3 +48,6 @@ val add_every_job : Camlp4.PreCast.Loc.t -> string -> Whenexpr.periodexpr -> Whe
     [periodexpr] is the period, eg. 30 seconds.
 
     [sh] is the shell script fragment. *)
+
+val set_variable : string -> Whenexpr.variable -> unit
+(** Set a variable during file load. *)