view target-utils/include/cmdtab.h @ 301:8dd522a8d60e

fc-fsio: set-imeisv and set-pcm-string added from fc-tmsh
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 02 Mar 2014 02:04:51 +0000
parents f4fc449a64ea
children
line wrap: on
line source

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

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