[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.330 and 1.331

version 1.330, 2012/04/29 17:20:01 version 1.331, 2012/05/06 07:38:17
Line 1723 
Line 1723 
   
 /* server-client.c */  /* server-client.c */
 void     server_client_create(int);  void     server_client_create(int);
   int      server_client_open(struct client *, struct session *, char **);
 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_status_timer(void);

Legend:
Removed from v.1.330  
changed lines
  Added in v.1.331