[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.692 and 1.693

version 1.692, 2017/01/12 10:15:55 version 1.693, 2017/01/12 15:36:35
Line 1627 
Line 1627 
 struct options_entry *options_find1(struct options *, const char *);  struct options_entry *options_find1(struct options *, const char *);
 struct options_entry *options_find(struct options *, const char *);  struct options_entry *options_find(struct options *, const char *);
 void    options_remove(struct options *, const char *);  void    options_remove(struct options *, const char *);
 struct options_entry *printflike(3, 4) options_set_string(struct options *,  struct options_entry * printflike(4, 5) options_set_string(struct options *,
             const char *, const char *, ...);              const char *, int, const char *, ...);
 char   *options_get_string(struct options *, const char *);  char   *options_get_string(struct options *, const char *);
 struct options_entry *options_set_number(struct options *, const char *,  struct options_entry *options_set_number(struct options *, const char *,
             long long);              long long);
 long long options_get_number(struct options *, const char *);  long long options_get_number(struct options *, const char *);
 struct options_entry *options_set_style(struct options *, const char *,  struct options_entry *options_set_style(struct options *, const char *, int,
             const char *, int);              const char *);
 struct grid_cell *options_get_style(struct options *, const char *);  struct grid_cell *options_get_style(struct options *, const char *);
   
 /* options-table.c */  /* options-table.c */

Legend:
Removed from v.1.692  
changed lines
  Added in v.1.693