blob: c85b78b8f0c10b8ea4e4342b00c54b217462bb97 [file] [log] [blame]
typedef struct {
char *name; /* User printable name of the function. */
int (*func)(int argc, char *argv[]); /* Function to call to do the job. */
char *doc; /* Documentation for this function. */
int request;
} COMMAND;