[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.791 and 1.792

version 1.791, 2017/07/03 12:38:50 version 1.792, 2017/07/09 22:33:09
Line 2295 
Line 2295 
 struct session  *session_create(const char *, const char *, int, char **,  struct session  *session_create(const char *, const char *, int, char **,
                      const char *, const char *, struct environ *,                       const char *, const char *, struct environ *,
                      struct termios *, int, u_int, u_int, char **);                       struct termios *, int, u_int, u_int, char **);
 void             session_destroy(struct session *);  void             session_destroy(struct session *, const char *);
 void             session_add_ref(struct session *, const char *);  void             session_add_ref(struct session *, const char *);
 void             session_remove_ref(struct session *, const char *);  void             session_remove_ref(struct session *, const char *);
 int              session_check_name(const char *);  int              session_check_name(const char *);

Legend:
Removed from v.1.791  
changed lines
  Added in v.1.792