[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.907 and 1.908

version 1.907, 2019/05/28 07:18:42 version 1.908, 2019/06/03 18:28:37
Line 2009 
Line 2009 
   
 /* cmd-attach-session.c */  /* cmd-attach-session.c */
 enum cmd_retval  cmd_attach_session(struct cmdq_item *, const char *, int, int,  enum cmd_retval  cmd_attach_session(struct cmdq_item *, const char *, int, int,
                      const char *, int);                       int, const char *, int);
   
 /* cmd-parse.c */  /* cmd-parse.c */
 void             cmd_parse_empty(struct cmd_parse_input *);  void             cmd_parse_empty(struct cmd_parse_input *);

Legend:
Removed from v.1.907  
changed lines
  Added in v.1.908