X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/a95a01077068e27009d4240aa0fc0c8f58908c6b..d351d679283a797c98f5f65d18aa757c18e56305:/src/slave.sig diff --git a/src/slave.sig b/src/slave.sig index b9abecd..a3d322f 100644 --- a/src/slave.sig +++ b/src/slave.sig @@ -60,4 +60,8 @@ signature SLAVE = sig val readList : string -> string list val writeList : string * string list -> unit (* Reading and writing lists of strings stored on separate lines in files *) + + val lineInFile : string -> string -> bool + (* Is there a line in the file (first arg) that matches that given? *) + end