1 /*
2 ** Header for the menus config module.
3 */
4 
5 extern const CfgModule *	cmu_describe(MainInfo *min);
6 extern MenuInfo *		cmu_get_menuinfo(void);
7