mirror of
https://github.com/tmux/tmux.git
synced 2026-07-03 10:12:31 +00:00
Remove old bits.
This commit is contained in:
@@ -39,17 +39,6 @@
|
||||
struct cmd_parse_tree;
|
||||
struct cmd_parse_node;
|
||||
|
||||
enum cmd_parse_status {
|
||||
CMD_PARSE_ERROR,
|
||||
CMD_PARSE_SUCCESS
|
||||
};
|
||||
|
||||
struct cmd_parse_result {
|
||||
enum cmd_parse_status status;
|
||||
struct cmd_list *cmdlist;
|
||||
char *error;
|
||||
};
|
||||
|
||||
struct cmd_parse_input {
|
||||
int flags;
|
||||
#define CMD_PARSE_QUIET 0x1
|
||||
|
||||
Reference in New Issue
Block a user