Move domain decription to client side; add some more describers
[hcoop/domtool2.git] / src / msgTypes.sml
index 034e26a..25c3592 100644 (file)
@@ -120,9 +120,5 @@ datatype msg =
        (* Grant all allowed privileges on a DBMS database to the user *)
        | MsgMysqlFixperms
        (* Run the script to grant DROP privileges on MySQL tables to owning users *)
-       | MsgDescribe of string
-       (* Ask for a listing of all of a domain's real configuration *)
-       | MsgDescription of string
-       (* Reply to MsgDescribe *)
 
 end