Revert WIP parts of previous I didn't mean to commit yet.

This commit is contained in:
nicm
2017-01-16 14:52:25 +00:00
parent 68db958477
commit ef15b4195f
6 changed files with 46 additions and 135 deletions

1
tmux.h
View File

@@ -1823,7 +1823,6 @@ void printflike(2, 3) cmdq_print(struct cmdq_item *, const char *, ...);
void printflike(2, 3) cmdq_error(struct cmdq_item *, const char *, ...);
/* cmd-string.c */
int cmd_string_split(const char *, int *, char ***);
struct cmd_list *cmd_string_parse(const char *, const char *, u_int, char **);
/* cmd-wait-for.c */