[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.36 and 1.37

version 1.36, 2009/07/17 18:45:08 version 1.37, 2009/07/17 20:37:03
Line 1284 
Line 1284 
 void     server_status_window(struct window *);  void     server_status_window(struct window *);
 void     server_lock(void);  void     server_lock(void);
 int      server_unlock(const char *);  int      server_unlock(const char *);
   void     server_kill_window(struct window *);
   
 /* status.c */  /* status.c */
 int      status_redraw(struct client *);  int      status_redraw(struct client *);

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37