[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.518 and 1.519

version 1.518, 2015/06/05 18:01:12 version 1.519, 2015/06/05 18:06:30
Line 1871 
Line 1871 
 void     server_client_handle_key(struct client *, int);  void     server_client_handle_key(struct client *, int);
 void     server_client_create(int);  void     server_client_create(int);
 int      server_client_open(struct client *, char **);  int      server_client_open(struct client *, char **);
 void     server_client_deref(struct client *);  void     server_client_unref(struct client *);
 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.518  
changed lines
  Added in v.1.519