[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.295 and 1.296

version 1.295, 2011/10/23 01:12:46 version 1.296, 2011/10/23 08:34:01
Line 1345 
Line 1345 
 const char      *getshell(void);  const char      *getshell(void);
 int              checkshell(const char *);  int              checkshell(const char *);
 int              areshell(const char *);  int              areshell(const char *);
   const char*      get_full_path(const char *, const char *);
 void             setblocking(int, int);  void             setblocking(int, int);
 __dead void      shell_exec(const char *, const char *);  __dead void      shell_exec(const char *, const char *);
   

Legend:
Removed from v.1.295  
changed lines
  Added in v.1.296