X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/ce01b51a0ad907253957a8ca9419cf2fbd42af91..c53e82e40cef407de986aa329d31457915ad0dbe:/src/msgTypes.sml?ds=inline diff --git a/src/msgTypes.sml b/src/msgTypes.sml index 97c9745..4e0d68d 100644 --- a/src/msgTypes.sml +++ b/src/msgTypes.sml @@ -44,6 +44,7 @@ datatype msg = (* Which users have this permission? *) | MsgWhoHasResponse of string list (* These are the users! *) - + | MsgMultiConfig of string list + (* Multiple Domtool sources in dependency order *) end