[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.264 and 1.265

version 1.264, 2011/01/04 00:42:47 version 1.265, 2011/01/08 01:52:37
Line 1308 
Line 1308 
 const char      *getshell(void);  const char      *getshell(void);
 int              checkshell(const char *);  int              checkshell(const char *);
 int              areshell(const char *);  int              areshell(const char *);
   void             setblocking(int, int);
 __dead void      shell_exec(const char *, const char *);  __dead void      shell_exec(const char *, const char *);
   
 /* cfg.c */  /* cfg.c */

Legend:
Removed from v.1.264  
changed lines
  Added in v.1.265