[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.241 and 1.242

version 1.241, 2010/09/26 20:43:30 version 1.242, 2010/09/28 07:15:45
Line 1827 
Line 1827 
   
 /* window.c */  /* window.c */
 extern struct windows windows;  extern struct windows windows;
 int              window_cmp(struct window *, struct window *);  
 int              winlink_cmp(struct winlink *, struct winlink *);  int              winlink_cmp(struct winlink *, struct winlink *);
 RB_PROTOTYPE(windows, window, entry, window_cmp);  
 RB_PROTOTYPE(winlinks, winlink, entry, winlink_cmp);  RB_PROTOTYPE(winlinks, winlink, entry, winlink_cmp);
 struct winlink  *winlink_find_by_index(struct winlinks *, int);  struct winlink  *winlink_find_by_index(struct winlinks *, int);
 struct winlink  *winlink_find_by_window(struct winlinks *, struct window *);  struct winlink  *winlink_find_by_window(struct winlinks *, struct window *);

Legend:
Removed from v.1.241  
changed lines
  Added in v.1.242