ready for tagging
[vsys.git] / globals.ml
index 4323b3a..4e2d332 100644 (file)
@@ -1,6 +1,11 @@
+(** Some things that didn't fit in elsewhere *)
 let backend = ref ""
 let debug = ref true
 let vsys_version = "0.5"
+let nochroot = ref false
+let conffile = ref ""
+
+type result = Success | Failed
 
 type fname_and_fd = string option * Unix.file_descr