mirror of
https://github.com/CPunch/Laika.git
synced 2026-01-06 12:20:35 +00:00
Minor refactoring
This commit is contained in:
@@ -10,6 +10,7 @@ typedef void (*shellCmdCallback)(tShell_client *client, int args, char *argc[]);
|
||||
typedef struct sShell_cmdDef {
|
||||
const char *cmd;
|
||||
const char *help;
|
||||
const char *syntax;
|
||||
shellCmdCallback callback;
|
||||
} tShell_cmdDef;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user