aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2017-01-16 14:52:25 +0000
committernicm <nicm>2017-01-16 14:52:25 +0000
commitef15b4195f1453bf6f81cfd1e456c049922aa574 (patch)
treeaad558559c935f07fcf16f63b72b772232cd6027 /tmux.h
parent68db9584777fd40f6100e7944992a021f6e40c71 (diff)
downloadrtmux-ef15b4195f1453bf6f81cfd1e456c049922aa574.tar.gz
rtmux-ef15b4195f1453bf6f81cfd1e456c049922aa574.tar.bz2
rtmux-ef15b4195f1453bf6f81cfd1e456c049922aa574.zip
Revert WIP parts of previous I didn't mean to commit yet.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index 5f4dc4ee..322547b0 100644
--- a/tmux.h
+++ b/tmux.h
@@ -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 */