[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.543 and 1.544

version 1.543, 2015/08/29 09:36:46 version 1.544, 2015/08/29 23:19:52
Line 1257 
Line 1257 
 TAILQ_HEAD(clients, client);  TAILQ_HEAD(clients, client);
   
 /* Parsed arguments structures. */  /* Parsed arguments structures. */
 struct args_entry {  struct args_entry;
         u_char                   flag;  
         char                    *value;  
         RB_ENTRY(args_entry)     entry;  
 };  
 RB_HEAD(args_tree, args_entry);  RB_HEAD(args_tree, args_entry);
   
 struct args {  struct args {
         struct args_tree          tree;          struct args_tree          tree;
         int                       argc;          int                       argc;

Legend:
Removed from v.1.543  
changed lines
  Added in v.1.544