view target-utils/include/cmdtab.h @ 494:a8799459110c

osx.c: osx_send_sig() done
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Tue, 01 Jul 2014 07:01:27 +0000 (2014-07-01)
parents f4fc449a64ea
children
line wrap: on
line source
/* this structure is used for interactive command dispatch */

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