[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.771 and 1.772

version 1.771, 2017/05/29 18:06:34 version 1.772, 2017/05/29 20:37:30
Line 1836 
Line 1836 
 void     server_add_accept(int);  void     server_add_accept(int);
   
 /* server-client.c */  /* server-client.c */
   u_int    server_client_how_many(void);
 void     server_client_set_identify(struct client *);  void     server_client_set_identify(struct client *);
 void     server_client_clear_identify(struct client *, struct window_pane *);  void     server_client_clear_identify(struct client *, struct window_pane *);
 void     server_client_set_key_table(struct client *, const char *);  void     server_client_set_key_table(struct client *, const char *);

Legend:
Removed from v.1.771  
changed lines
  Added in v.1.772