[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.799 and 1.800

version 1.799, 2017/08/16 11:46:08 version 1.800, 2017/08/16 12:12:54
Line 1870 
Line 1870 
   
 /* server-client.c */  /* server-client.c */
 u_int    server_client_how_many(void);  u_int    server_client_how_many(void);
 void     server_client_set_identify(struct client *);  void     server_client_set_identify(struct client *, u_int);
 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 *);
 const char *server_client_get_key_table(struct client *);  const char *server_client_get_key_table(struct client *);

Legend:
Removed from v.1.799  
changed lines
  Added in v.1.800