view target-utils/include/cmdtab.h @ 821:5c4381b80bd2

g23m-aci/Makefile: everything hooked in
author Space Falcon <falcon@ivan.Harhan.ORG>
date Sun, 05 Apr 2015 18:00:32 +0000
parents f4fc449a64ea
children
line wrap: on
line source

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

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