[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.659 and 1.660

version 1.659, 2016/10/12 15:26:37 version 1.660, 2016/10/13 10:01:49
Line 1730 
Line 1730 
 struct client   *cmd_find_client(struct cmd_q *, const char *, int);  struct client   *cmd_find_client(struct cmd_q *, const char *, int);
 void             cmd_find_clear_state(struct cmd_find_state *, struct cmd_q *,  void             cmd_find_clear_state(struct cmd_find_state *, struct cmd_q *,
                      int);                       int);
   int              cmd_find_empty_state(struct cmd_find_state *);
 int              cmd_find_valid_state(struct cmd_find_state *);  int              cmd_find_valid_state(struct cmd_find_state *);
 void             cmd_find_copy_state(struct cmd_find_state *,  void             cmd_find_copy_state(struct cmd_find_state *,
                      struct cmd_find_state *);                       struct cmd_find_state *);

Legend:
Removed from v.1.659  
changed lines
  Added in v.1.660