FreeCalypso > hg > freecalypso-sw
view target-utils/include/cmdtab.h @ 259:35113b1964d3
fc-tmsh ffs2: a few request-sending commands implemented
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Wed, 05 Feb 2014 00:11:34 +0000 |
parents | f4fc449a64ea |
children |
line wrap: on
line source
/* this structure is used for interactive command dispatch */ struct cmdtab { char *cmd; void (*func)(); };