Cron and FTP queries
[hcoop/domtool2.git] / src / msgTypes.sml
index 1ef2538..f51e780 100644 (file)
@@ -23,6 +23,10 @@ structure MsgTypes = struct
 datatype query =
         QApt of string
        (* Is this apt package installed? *)
 datatype query =
         QApt of string
        (* Is this apt package installed? *)
+       | QCron of string
+       (* Is this user allowed to use cron? *)
+       | QFtp of string
+       (* Is this user allowed to use FTP? *)
 
 datatype msg =
         MsgOk
 
 datatype msg =
         MsgOk