[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.615 and 1.616

version 1.615, 2016/01/15 11:31:47 version 1.616, 2016/01/16 00:36:53
Line 1780 
Line 1780 
 void             cmd_find_log_state(const char *, struct cmd_find_state *);  void             cmd_find_log_state(const char *, struct cmd_find_state *);
 int              cmd_find_from_session(struct cmd_find_state *,  int              cmd_find_from_session(struct cmd_find_state *,
                      struct session *);                       struct session *);
   int              cmd_find_from_winlink(struct cmd_find_state *,
                        struct session *, struct winlink *);
 int              cmd_find_from_window(struct cmd_find_state *, struct window *);  int              cmd_find_from_window(struct cmd_find_state *, struct window *);
 int              cmd_find_from_pane(struct cmd_find_state *,  int              cmd_find_from_pane(struct cmd_find_state *,
                      struct window_pane *);                       struct window_pane *);

Legend:
Removed from v.1.615  
changed lines
  Added in v.1.616