Searched defs:CommandDefRec_ (Results 1 – 1 of 1) sorted by relevance
289 typedef struct CommandDefRec_ { struct290 const char* names;291 const char* abstract;292 const char* description;293 void (*descriptor)( ControlClient client );294 int (*handler)( ControlClient client, char* args );295 CommandDef subcommands; /* if handler is NULL */