Doc fix.
This commit is contained in:
parent
47b95330e3
commit
18d5d59095
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ struct cmd_list_element
|
||||||
struct cmd_list_element *cmd_pointer;
|
struct cmd_list_element *cmd_pointer;
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Forward-declarations of the entry-points of command.c. */
|
/* Forward-declarations of the entry-points of cli/cli-decode.c. */
|
||||||
|
|
||||||
extern struct cmd_list_element *add_cmd (char *, enum command_class,
|
extern struct cmd_list_element *add_cmd (char *, enum command_class,
|
||||||
void (*fun) (char *, int), char *,
|
void (*fun) (char *, int), char *,
|
||||||
|
|
Loading…
Add table
Reference in a new issue