Merge branch 'obsd-master' into master

This commit is contained in:
Thomas Adam
2021-08-21 16:01:26 +01:00
3 changed files with 14 additions and 13 deletions

1
tmux.h
View File

@ -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);