[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.498 and 1.499

version 1.498, 2015/04/24 22:19:36 version 1.499, 2015/04/24 23:17:11
Line 1349 
Line 1349 
   
         struct cmd_q    *cmdq;          struct cmd_q    *cmdq;
         int              references;          int              references;
   
           TAILQ_ENTRY(client) entry;
 };  };
 ARRAY_DECL(clients, struct client *);  TAILQ_HEAD(clients, client);
   
 /* Parsed arguments structures. */  /* Parsed arguments structures. */
 struct args_entry {  struct args_entry {

Legend:
Removed from v.1.498  
changed lines
  Added in v.1.499