[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.166 and 1.167

version 1.166, 2009/11/04 23:29:42 version 1.167, 2009/11/04 23:42:51
Line 1565 
Line 1565 
 void     server_client_create(int);  void     server_client_create(int);
 void     server_client_lost(struct client *);  void     server_client_lost(struct client *);
 void     server_client_callback(int, short, void *);  void     server_client_callback(int, short, void *);
   void     server_client_status_timer(void);
 void     server_client_loop(void);  void     server_client_loop(void);
   
 /* server-window.c */  /* server-window.c */

Legend:
Removed from v.1.166  
changed lines
  Added in v.1.167