[BACK]Return to tmux.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/tmux.h between version 1.1130 and 1.1131

version 1.1130, 2021/08/21 10:28:05 version 1.1131, 2021/08/21 14:06:17
Line 2256 
Line 2256 
 char            *cmd_print(struct cmd *);  char            *cmd_print(struct cmd *);
 struct cmd_list *cmd_list_new(void);  struct cmd_list *cmd_list_new(void);
 void             cmd_list_append(struct cmd_list *, struct cmd *);  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_move(struct cmd_list *, struct cmd_list *);
 void             cmd_list_free(struct cmd_list *);  void             cmd_list_free(struct cmd_list *);
 char            *cmd_list_print(struct cmd_list *, int);  char            *cmd_list_print(struct cmd_list *, int);

Legend:
Removed from v.1.1130  
changed lines
  Added in v.1.1131