Searched defs:CommandDefRec_ (Results 1 – 1 of 1) sorted by relevance
343 typedef struct CommandDefRec_ { struct344 const char* names;345 const char* abstract;346 const char* description;347 void (*descriptor)( ControlClient client );348 int (*handler)( ControlClient client, char* args );349 CommandDef subcommands; /* if handler is NULL */