[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.221 and 1.222

version 1.221, 2010/05/23 19:42:19 version 1.222, 2010/05/26 16:44:32
Line 30 
Line 30 
 #include <bitstring.h>  #include <bitstring.h>
 #include <event.h>  #include <event.h>
 #include <getopt.h>  #include <getopt.h>
   #include <imsg.h>
 #include <limits.h>  #include <limits.h>
 #include <signal.h>  #include <signal.h>
 #include <stdarg.h>  #include <stdarg.h>
Line 38 
Line 39 
 #include <termios.h>  #include <termios.h>
   
 #include "array.h"  #include "array.h"
 #include "imsg.h"  
   
 extern char    *__progname;  extern char    *__progname;
 extern char   **environ;  extern char   **environ;

Legend:
Removed from v.1.221  
changed lines
  Added in v.1.222