diff options
author | Thomas Adam <thomas@xteddy.org> | 2021-08-21 16:01:26 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2021-08-21 16:01:26 +0100 |
commit | 4d3367e9657002c4b68867c8d58e2f5b7ae90612 (patch) | |
tree | bedc8f8f2f55f7b444ac0427be0e7e0dd1ef6daa /tmux.h | |
parent | 62036121fa3f69a93031f90956e659e090d79a1f (diff) | |
parent | 68cacaec68ca8300e0ea439abdf9db16e74241bb (diff) | |
download | rtmux-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |