[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.604 and 1.605

version 1.604, 2015/12/13 15:32:12 version 1.605, 2015/12/13 16:44:35
Line 1760 
Line 1760 
                      char **);                       char **);
   
 /* cmd-find.c */  /* cmd-find.c */
 struct cmd_find_state *cmd_find_target(struct cmd_q *, const char *,  int              cmd_find_target(struct cmd_find_state *, struct cmd_q *,
                      enum cmd_find_type, int);                       const char *, enum cmd_find_type, int);
 struct client   *cmd_find_client(struct cmd_q *, const char *, int);  struct client   *cmd_find_client(struct cmd_q *, const char *, int);
   
 /* cmd.c */  /* cmd.c */

Legend:
Removed from v.1.604  
changed lines
  Added in v.1.605