[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.697 and 1.698

version 1.697, 2017/01/15 20:48:41 version 1.698, 2017/01/15 22:00:56
Line 1823 
Line 1823 
 void printflike(2, 3) cmdq_error(struct cmdq_item *, const char *, ...);  void printflike(2, 3) cmdq_error(struct cmdq_item *, const char *, ...);
   
 /* cmd-string.c */  /* cmd-string.c */
 int     cmd_string_parse(const char *, struct cmd_list **, const char *,  struct cmd_list *cmd_string_parse(const char *, const char *, u_int, char **);
             u_int, char **);  
   
 /* cmd-wait-for.c */  /* cmd-wait-for.c */
 void    cmd_wait_for_flush(void);  void    cmd_wait_for_flush(void);

Legend:
Removed from v.1.697  
changed lines
  Added in v.1.698