[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.763 and 1.764

version 1.763, 2017/05/10 16:48:36 version 1.764, 2017/05/11 07:34:54
Line 1621 
Line 1621 
 void    environ_unset(struct environ *, const char *);  void    environ_unset(struct environ *, const char *);
 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 printflike(2, 3) environ_log(struct environ *, const char *, ...);
 struct environ *environ_for_session(struct session *, int);  struct environ *environ_for_session(struct session *, int);
   
 /* tty.c */  /* tty.c */

Legend:
Removed from v.1.763  
changed lines
  Added in v.1.764