view target-utils/include/cmdtab.h @ 651:806828641b21

gsm-fw/Makefile: ccd added to SUBDIR list
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 21 Sep 2014 01:02:16 +0000
parents f4fc449a64ea
children
line wrap: on
line source

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

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