[BACK]Return to cmd-find.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/cmd-find.c between version 1.66 and 1.67

version 1.66, 2018/06/26 13:21:28 version 1.67, 2018/08/02 11:44:07
Line 35 
Line 35 
   
 static const char *cmd_find_map_table(const char *[][2], const char *);  static const char *cmd_find_map_table(const char *[][2], const char *);
   
   static void     cmd_find_log_state(const char *, struct cmd_find_state *);
 static int      cmd_find_get_session(struct cmd_find_state *, const char *);  static int      cmd_find_get_session(struct cmd_find_state *, const char *);
 static int      cmd_find_get_window(struct cmd_find_state *, const char *, int);  static int      cmd_find_get_window(struct cmd_find_state *, const char *, int);
 static int      cmd_find_get_window_with_session(struct cmd_find_state *,  static int      cmd_find_get_window_with_session(struct cmd_find_state *,
Line 716 
Line 717 
 }  }
   
 /* Log the result. */  /* Log the result. */
 void  static void
 cmd_find_log_state(const char *prefix, struct cmd_find_state *fs)  cmd_find_log_state(const char *prefix, struct cmd_find_state *fs)
 {  {
         if (fs->s != NULL)          if (fs->s != NULL)

Legend:
Removed from v.1.66  
changed lines
  Added in v.1.67