Searched defs:CommandDefRec_ (Results 1 – 1 of 1) sorted by relevance
328 typedef struct CommandDefRec_ { struct329 const char* names;330 const char* abstract;331 const char* description;332 void (*descriptor)( ControlClient client );333 int (*handler)( ControlClient client, char* args );334 CommandDef subcommands; /* if handler is NULL */