[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.704 and 1.705

version 1.704, 2017/01/24 19:53:37 version 1.705, 2017/01/24 20:15:32
Line 1669 
Line 1669 
 void    environ_clear(struct environ *, const char *);  void    environ_clear(struct environ *, const char *);
 void    environ_put(struct environ *, const char *);  void    environ_put(struct environ *, const char *);
 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(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 *);
   

Legend:
Removed from v.1.704  
changed lines
  Added in v.1.705