#include <cli.h>
Collaboration diagram for ast_cli_entry:

Data Fields | |
| char * | cmda [AST_MAX_CMD_LEN] |
| char *(* | generator )(char *line, char *word, int pos, int state) |
| int(* | handler )(int fd, int argc, char *argv[]) |
| int | inuse |
| ast_cli_entry * | next |
| char * | summary |
| char * | usage |
Definition at line 46 of file cli.h.
| char* cmda[AST_MAX_CMD_LEN] |
| char*(* generator)(char *line, char *word, int pos, int state) |
Generate a list of possible completions for a given word
| int(* handler)(int fd, int argc, char *argv[]) |
Handler for the command (fd for output, # of arguments, argument list). Returns RESULT_SHOWUSAGE for improper arguments
| struct ast_cli_entry* next |
1.5.1