[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.694 and 1.695

version 1.694, 2017/01/13 10:12:12 version 1.695, 2017/01/13 11:56:43
Line 1630 
Line 1630 
 void    options_remove(struct options *, const char *);  void    options_remove(struct options *, const char *);
 struct options_entry * printflike(4, 5) options_set_string(struct options *,  struct options_entry * printflike(4, 5) options_set_string(struct options *,
             const char *, int, const char *, ...);              const char *, int, const char *, ...);
 char   *options_get_string(struct options *, const char *);  const 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 *);

Legend:
Removed from v.1.694  
changed lines
  Added in v.1.695