aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2021-09-09 16:01:09 +0100
committerThomas Adam <thomas@xteddy.org>2021-09-09 16:01:09 +0100
commit732288c489f73766af321fe500e9f933e065b2a1 (patch)
tree76696a2982d843b7060d6235eac6ba26d2e58c89 /tmux.h
parentcf5e1bb80a0900d87c4969ca03501753da892050 (diff)
parent34312fd6ee8992ce8d13ec63b074466d5f624acc (diff)
downloadrtmux-732288c489f73766af321fe500e9f933e065b2a1.tar.gz
rtmux-732288c489f73766af321fe500e9f933e065b2a1.tar.bz2
rtmux-732288c489f73766af321fe500e9f933e065b2a1.zip
Merge branch 'obsd-master' into master
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index c95daa46..74ea3517 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2235,7 +2235,7 @@ struct args_value *args_values(struct args *);
struct args_value *args_value(struct args *, u_int);
const char *args_string(struct args *, u_int);
struct cmd_list *args_make_commands_now(struct cmd *, struct cmdq_item *,
- u_int);
+ u_int, int);
struct args_command_state *args_make_commands_prepare(struct cmd *,
struct cmdq_item *, u_int, const char *, int, int);
struct cmd_list *args_make_commands(struct args_command_state *, int, char **,