view target-utils/include/cmdtab.h @ 541:9c91a1f670bd

gsm-fw/L1/cust0 compiles!
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sat, 02 Aug 2014 04:22:36 +0000
parents f4fc449a64ea
children
line wrap: on
line source

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

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