[BACK]Return to arguments.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/arguments.c between version 1.18 and 1.19

version 1.18, 2017/04/22 12:08:41 version 1.19, 2017/05/30 21:44:59
Line 35 
Line 35 
         RB_ENTRY(args_entry)     entry;          RB_ENTRY(args_entry)     entry;
 };  };
   
 static void                      args_set(struct args *, u_char, const char *);  
 static struct args_entry        *args_find(struct args *, u_char);  static struct args_entry        *args_find(struct args *, u_char);
   
 static int      args_cmp(struct args_entry *, struct args_entry *);  static int      args_cmp(struct args_entry *, struct args_entry *);
Line 196 
Line 195 
 }  }
   
 /* Set argument value in the arguments tree. */  /* Set argument value in the arguments tree. */
 static void  void
 args_set(struct args *args, u_char ch, const char *value)  args_set(struct args *args, u_char ch, const char *value)
 {  {
         struct args_entry       *entry;          struct args_entry       *entry;

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19