view target-utils/include/cmdtab.h @ 273:d6dfad22cccd

doc/RVTMUX: note about fc-tmsh ffs2 commands being a known dead end
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Fri, 07 Feb 2014 07:33:29 +0000
parents f4fc449a64ea
children
line wrap: on
line source

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

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