[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.473 and 1.474

version 1.473, 2014/10/20 22:29:25 version 1.474, 2014/10/20 23:27:14
Line 21 
Line 21 
   
 #define PROTOCOL_VERSION 8  #define PROTOCOL_VERSION 8
   
 #include <sys/param.h>  
 #include <sys/time.h>  #include <sys/time.h>
 #include <sys/queue.h>  #include <sys/queue.h>
 #include <sys/tree.h>  #include <sys/tree.h>
Line 29 
Line 28 
   
 #include <bitstring.h>  #include <bitstring.h>
 #include <event.h>  #include <event.h>
 #include <getopt.h>  
 #include <imsg.h>  #include <imsg.h>
 #include <limits.h>  #include <limits.h>
 #include <signal.h>  
 #include <stdarg.h>  #include <stdarg.h>
 #include <stdint.h>  #include <stdint.h>
 #include <stdio.h>  #include <stdio.h>
Line 1565 
Line 1562 
 extern char     *shell_cmd;  extern char     *shell_cmd;
 extern int       debug_level;  extern int       debug_level;
 extern time_t    start_time;  extern time_t    start_time;
 extern char      socket_path[MAXPATHLEN];  extern char      socket_path[PATH_MAX];
 extern int       login_shell;  extern int       login_shell;
 extern char     *environ_path;  extern char     *environ_path;
 void             logfile(const char *);  void             logfile(const char *);

Legend:
Removed from v.1.473  
changed lines
  Added in v.1.474