[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.16 and 1.17

version 1.16, 2009/07/07 19:49:19 version 1.17, 2009/07/08 05:26:45
Line 1408 
Line 1408 
   
 /* window.c */  /* window.c */
 extern struct windows windows;  extern struct windows windows;
   const char      *window_default_command(void);
 int              window_cmp(struct window *, struct window *);  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(windows, window, entry, window_cmp);

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17