[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.1167 and 1.1168

version 1.1167, 2022/05/30 12:48:57 version 1.1168, 2022/05/30 12:52:02
Line 3018 
Line 3018 
   
 /* layout-custom.c */  /* layout-custom.c */
 char            *layout_dump(struct layout_cell *);  char            *layout_dump(struct layout_cell *);
 int              layout_parse(struct window *, const char *);  int              layout_parse(struct window *, const char *, char **);
   
 /* layout-set.c */  /* layout-set.c */
 int              layout_set_lookup(const char *);  int              layout_set_lookup(const char *);

Legend:
Removed from v.1.1167  
changed lines
  Added in v.1.1168