view target-utils/include/cmdtab.h @ 223:0848c7f419fd

gsm-fw/configs: checking some configurations into source control, now that we have some selectable features
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Tue, 07 Jan 2014 05:58:11 +0000
parents f4fc449a64ea
children
line wrap: on
line source

/* this structure is used for interactive command dispatch */

struct cmdtab {
	char	*cmd;
	void	(*func)();
};