[BACK]Return to client.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/client.c between version 1.52 and 1.53

version 1.52, 2012/04/23 23:18:43 version 1.53, 2012/04/23 23:25:02
Line 59 
Line 59 
 void            client_callback(int, short, void *);  void            client_callback(int, short, void *);
 int             client_dispatch_attached(void);  int             client_dispatch_attached(void);
 int             client_dispatch_wait(void *);  int             client_dispatch_wait(void *);
   const char     *client_exit_message(void);
   
 /*  /*
  * Get server create lock. If already held then server start is happening in   * Get server create lock. If already held then server start is happening in

Legend:
Removed from v.1.52  
changed lines
  Added in v.1.53