aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2017-01-16 00:01:10 +0000
committerThomas Adam <thomas@xteddy.org>2017-01-16 00:01:10 +0000
commit7b606457320995e2f4790b758a13d26d383ae213 (patch)
treee57056522b598aee1c15e88ce8607052aa97b7a3 /tmux.h
parentc9fcb76651cd6685ad33b845bcd0a21771964d37 (diff)
parent52847a951802fda7a3ce36cdac77c34914b0ccca (diff)
downloadrtmux-7b606457320995e2f4790b758a13d26d383ae213.tar.gz
rtmux-7b606457320995e2f4790b758a13d26d383ae213.tar.bz2
rtmux-7b606457320995e2f4790b758a13d26d383ae213.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/tmux.h b/tmux.h
index dd4c22ee..c8897f37 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1825,8 +1825,7 @@ 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_parse(const char *, struct cmd_list **, const char *,
- u_int, char **);
+struct cmd_list *cmd_string_parse(const char *, const char *, u_int, char **);
/* cmd-wait-for.c */
void cmd_wait_for_flush(void);