Fix file paths for recursive rmdom
[hcoop/domtool2.git] / src / slave.sig
index 7d78217..b9abecd 100644 (file)
@@ -56,4 +56,8 @@ signature SLAVE = sig
 
     val hostname : unit -> string
     (* Get hostname of this machine *)
+
+    val readList : string -> string list
+    val writeList : string * string list -> unit
+    (* Reading and writing lists of strings stored on separate lines in files *)
 end