[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.881 and 1.882

version 1.881, 2019/04/23 20:36:55 version 1.882, 2019/04/25 18:18:55
Line 1742 
Line 1742 
 union options_value *options_array_item_value(struct options_array_item *);  union options_value *options_array_item_value(struct options_array_item *);
 int              options_isarray(struct options_entry *);  int              options_isarray(struct options_entry *);
 int              options_isstring(struct options_entry *);  int              options_isstring(struct options_entry *);
 const char      *options_tostring(struct options_entry *, int, int);  char            *options_tostring(struct options_entry *, int, int);
 char            *options_parse(const char *, int *);  char            *options_parse(const char *, int *);
 struct options_entry *options_parse_get(struct options *, const char *, int *,  struct options_entry *options_parse_get(struct options *, const char *, int *,
                      int);                       int);

Legend:
Removed from v.1.881  
changed lines
  Added in v.1.882