[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.912 and 1.913

version 1.912, 2019/06/18 11:08:42 version 1.913, 2019/06/20 07:41:29
Line 1819 
Line 1819 
                      long long);                       long long);
 struct options_entry *options_set_style(struct options *, const char *, int,  struct options_entry *options_set_style(struct options *, const char *, int,
                      const char *);                       const char *);
   enum options_table_scope options_scope_from_name(struct args *, int,
                        const char *, struct cmd_find_state *, struct options **,
                        char **);
 enum options_table_scope options_scope_from_flags(struct args *, int,  enum options_table_scope options_scope_from_flags(struct args *, int,
                      struct cmd_find_state *, struct options **, char **);                       struct cmd_find_state *, struct options **, char **);
   

Legend:
Removed from v.1.912  
changed lines
  Added in v.1.913