[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.102 and 1.103

version 1.102, 2009/09/10 17:16:24 version 1.103, 2009/09/12 13:01:19
Line 1457 
Line 1457 
 void     server_lock(void);  void     server_lock(void);
 int      server_unlock(const char *);  int      server_unlock(const char *);
 void     server_kill_window(struct window *);  void     server_kill_window(struct window *);
   void     server_destroy_session(struct session *);
 void     server_set_identify(struct client *);  void     server_set_identify(struct client *);
 void     server_clear_identify(struct client *);  void     server_clear_identify(struct client *);
   

Legend:
Removed from v.1.102  
changed lines
  Added in v.1.103