Add special case for function applications in base type rule checks
[hcoop/domtool2.git] / configDefault / mysql.csg
1 signature MYSQL_CONFIG = sig
2
3 val adduser : string
4 val passwd : string
5 val createdb : string
6 val dropdb : string
7 val grant : string
8
9 end