[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.639 and 1.640

version 1.639, 2016/07/15 09:28:32 version 1.640, 2016/07/15 09:52:34
Line 1693 
Line 1693 
 void    environ_unset(struct environ *, const char *);  void    environ_unset(struct environ *, const char *);
 void    environ_update(const char *, struct environ *, struct environ *);  void    environ_update(const char *, struct environ *, struct environ *);
 void    environ_push(struct environ *);  void    environ_push(struct environ *);
 void    environ_log(struct environ *);  void    environ_log(struct environ *, const char *);
   
 /* tty.c */  /* tty.c */
 void    tty_create_log(void);  void    tty_create_log(void);

Legend:
Removed from v.1.639  
changed lines
  Added in v.1.640