X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/6e62228d09c5067f798b356b88b0c53190f75729..f208fe7eb343486d3a464e0813d1cdce19b1ac5f:/src/slave.sig diff --git a/src/slave.sig b/src/slave.sig index 7d78217..b9abecd 100644 --- a/src/slave.sig +++ b/src/slave.sig @@ -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