[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.751 and 1.752

version 1.751, 2017/04/22 10:22:39 version 1.752, 2017/04/25 15:35:10
Line 1612 
Line 1612 
 void    environ_update(struct options *, struct environ *, struct environ *);  void    environ_update(struct options *, struct environ *, struct environ *);
 void    environ_push(struct environ *);  void    environ_push(struct environ *);
 void    environ_log(struct environ *, const char *);  void    environ_log(struct environ *, const char *);
 struct environ *environ_for_session(struct session *);  struct environ *environ_for_session(struct session *, int);
   
 /* tty.c */  /* tty.c */
 void    tty_create_log(void);  void    tty_create_log(void);

Legend:
Removed from v.1.751  
changed lines
  Added in v.1.752