[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.950 and 1.951

version 1.950, 2020/01/28 08:06:11 version 1.951, 2020/01/28 10:44:30
Line 1769 
Line 1769 
 void             setblocking(int, int);  void             setblocking(int, int);
 const char      *find_cwd(void);  const char      *find_cwd(void);
 const char      *find_home(void);  const char      *find_home(void);
   const char      *getversion(void);
   
 /* proc.c */  /* proc.c */
 struct imsg;  struct imsg;

Legend:
Removed from v.1.950  
changed lines
  Added in v.1.951