[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.609 and 1.610

version 1.609, 2015/12/14 00:31:54 version 1.610, 2015/12/14 23:30:58
Line 1764 
Line 1764 
 int              cmd_find_target(struct cmd_find_state *, struct cmd_q *,  int              cmd_find_target(struct cmd_find_state *, struct cmd_q *,
                      const char *, 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);
   void             cmd_find_clear_state(struct cmd_find_state *, struct cmd_q *,
                        int);
   void             cmd_find_log_state(const char *, struct cmd_find_state *);
   
 /* cmd.c */  /* cmd.c */
 int              cmd_pack_argv(int, char **, char *, size_t);  int              cmd_pack_argv(int, char **, char *, size_t);

Legend:
Removed from v.1.609  
changed lines
  Added in v.1.610