summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2019-06-03 21:02:26 +0100
committerThomas Adam <thomas@xteddy.org>2019-06-03 21:02:26 +0100
commitd3f0c72e20069f99607011861f326faf14165fa7 (patch)
tree993e0477d010ea780f73ac6fa46bf24968da2877 /tmux.h
parentf6933e43c2f5fa720307bab84797bd616678871f (diff)
parent4ca1de1b8bc10dca47d2cf7399df41845c902c9e (diff)
Merge branch 'obsd-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 3aa6aa81..c66f9a40 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2011,7 +2011,7 @@ extern const struct cmd_entry *cmd_table[];
/* cmd-attach-session.c */
enum cmd_retval cmd_attach_session(struct cmdq_item *, const char *, int, int,
- const char *, int);
+ int, const char *, int);
/* cmd-parse.c */
void cmd_parse_empty(struct cmd_parse_input *);