[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.214 and 1.215

version 1.214, 2010/04/04 18:48:37 version 1.215, 2010/04/04 19:02:09
Line 1330 
Line 1330 
 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(const char *, struct environ *, struct environ *);
   void    environ_push(struct environ *);
   
 /* tty.c */  /* tty.c */
 void    tty_raw(struct tty *, const char *);  void    tty_raw(struct tty *, const char *);

Legend:
Removed from v.1.214  
changed lines
  Added in v.1.215