[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.703 and 1.704

version 1.703, 2017/01/24 19:11:46 version 1.704, 2017/01/24 19:53:37
Line 1828 
Line 1828 
 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_split(const char *, int *, char ***);
 struct cmd_list *cmd_string_parse(const char *, const char *, u_int, char **);  struct cmd_list *cmd_string_parse(const char *, const char *, u_int, char **);
   
 /* cmd-wait-for.c */  /* cmd-wait-for.c */

Legend:
Removed from v.1.703  
changed lines
  Added in v.1.704