[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.525 and 1.526

version 1.525, 2015/06/17 16:44:49 version 1.526, 2015/06/17 16:50:28
Line 2166 
Line 2166 
 void             window_set_name(struct window *, const char *);  void             window_set_name(struct window *, const char *);
 void             window_remove_ref(struct window *);  void             window_remove_ref(struct window *);
 void             winlink_clear_flags(struct winlink *);  void             winlink_clear_flags(struct winlink *);
   int              winlink_shuffle_up(struct session *, struct winlink *);
   
 /* layout.c */  /* layout.c */
 u_int            layout_count_cells(struct layout_cell *);  u_int            layout_count_cells(struct layout_cell *);

Legend:
Removed from v.1.525  
changed lines
  Added in v.1.526