view target-utils/include/cmdtab.h @ 639:c07f9df9f6af

gsm-fw/services/pcm/pcm.h: basic preen
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Wed, 03 Sep 2014 16:32:11 +0000
parents f4fc449a64ea
children
line wrap: on
line source

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

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