aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2021-08-21 16:01:26 +0100
committerThomas Adam <thomas@xteddy.org>2021-08-21 16:01:26 +0100
commit4d3367e9657002c4b68867c8d58e2f5b7ae90612 (patch)
treebedc8f8f2f55f7b444ac0427be0e7e0dd1ef6daa /tmux.h
parent62036121fa3f69a93031f90956e659e090d79a1f (diff)
parent68cacaec68ca8300e0ea439abdf9db16e74241bb (diff)
downloadrtmux-4d3367e9657002c4b68867c8d58e2f5b7ae90612.tar.gz
rtmux-4d3367e9657002c4b68867c8d58e2f5b7ae90612.tar.bz2
rtmux-4d3367e9657002c4b68867c8d58e2f5b7ae90612.zip
Merge branch 'obsd-master' into master
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 1437b2f9..2627411f 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2257,6 +2257,7 @@ void cmd_free(struct cmd *);
char *cmd_print(struct cmd *);
struct cmd_list *cmd_list_new(void);
void cmd_list_append(struct cmd_list *, struct cmd *);
+void cmd_list_append_all(struct cmd_list *, struct cmd_list *);
void cmd_list_move(struct cmd_list *, struct cmd_list *);
void cmd_list_free(struct cmd_list *);
char *cmd_list_print(struct cmd_list *, int);