mclu boot: Add --size and --timezone options.
[mclu.git] / mclu_viewer.mli
index 46ae35e..48ae363 100644 (file)
@@ -19,3 +19,5 @@
 val get_arg_speclist : unit -> (Arg.key * Arg.spec * Arg.doc) list
 
 val run : verbose:bool -> string list -> unit
+
+val viewer : verbose:bool -> ?host:string -> string -> unit