view target-utils/include/cmdtab.h @ 170:4b53bd08f345

gsm-fw/riviera/rvt/rvt_task.c: formatting (readability) cleanup
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Wed, 20 Nov 2013 04:05:18 +0000
parents f4fc449a64ea
children
line wrap: on
line source

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

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