X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/e0b0abd209a1ecbd9266cfcf8735af171f96869b..36e42cb86393a7b9e333ecd7edfbdd16c7d9a1ac:/src/slave.sml diff --git a/src/slave.sml b/src/slave.sml index 4e44a8b..b1303b8 100644 --- a/src/slave.sml +++ b/src/slave.sml @@ -29,7 +29,7 @@ type file_status = {action : file_action, domain : string, dir : string, file : string} - + val fileHandler = ref (fn _ : file_status => ()) val preHandler = ref (fn () => ()) val postHandler = ref (fn () => ())