[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.708 and 1.709

version 1.708, 2017/01/25 14:36:08 version 1.709, 2017/01/30 21:41:17
Line 1562 
Line 1562 
 int              options_array_size(struct options_entry *, u_int *);  int              options_array_size(struct options_entry *, u_int *);
 void             options_array_assign(struct options_entry *, const char *);  void             options_array_assign(struct options_entry *, const char *);
 int              options_isstring(struct options_entry *);  int              options_isstring(struct options_entry *);
 const char      *options_tostring(struct options_entry *, int);  const 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.708  
changed lines
  Added in v.1.709