[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.638 and 1.639

version 1.638, 2016/07/15 00:49:08 version 1.639, 2016/07/15 09:28:32
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 *);
   
 /* tty.c */  /* tty.c */
 void    tty_create_log(void);  void    tty_create_log(void);

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