X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/8df2e702cf3e5ed9b8433585b357bbcd9f0d623e..ed9fda3a0e2edcf4ed546e0eb9ac128865538276:/src/slave.sig?ds=sidebyside diff --git a/src/slave.sig b/src/slave.sig index 76a4b05..52c9381 100644 --- a/src/slave.sig +++ b/src/slave.sig @@ -47,4 +47,9 @@ signature SLAVE = sig (* Search through the result configuration hierarchy for all files matching * the predicate, concatenating their contents in arbitrary order to the * given file. *) + + val enumerateTo : (string -> bool) -> string -> string -> unit + (* Search through the result configuration hierarchy for all files matching + * the predicate, writing a list of their domains to the file named by the + * third argument, delimiting the entries with the second argument. *) end