[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.164 and 1.165

version 1.164, 2009/11/04 22:44:53 version 1.165, 2009/11/04 23:12:43
Line 1564 
Line 1564 
 /* server-client.c */  /* server-client.c */
 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_prepare(void);  
 void     server_client_callback(int, short, void *);  void     server_client_callback(int, short, void *);
 void     server_client_loop(void);  void     server_client_loop(void);
   
Line 1598 
Line 1597 
 void     server_destroy_session(struct session *);  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 *);
   void     server_update_event(struct client *);
   
 /* status.c */  /* status.c */
 int      status_redraw(struct client *);  int      status_redraw(struct client *);

Legend:
Removed from v.1.164  
changed lines
  Added in v.1.165