view target-utils/include/cmdtab.h @ 655:6c363c453db2

gsm-fw/cdg/cdginc-locosto: symlinks for *_inline.h
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Thu, 25 Sep 2014 09:48:43 +0000
parents f4fc449a64ea
children
line wrap: on
line source

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

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