1 /*
2 ** 1998-09-26 -	Another one of those pretty silly header file... This time for the
3 **		command sequence config page.
4 */
5 
6 const CfgModule *	ccs_describe(MainInfo *);
7 GHashTable *		ccs_get_current(void);
8 
9 gboolean		ccs_goto_cmdseq(const char *name);
10