Special error message for withholding arguments to configuration functions
[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
7 end