[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.938 and 1.939

version 1.938, 2019/12/12 11:39:56 version 1.939, 2019/12/12 12:49:36
Line 1803 
Line 1803 
 void    start_cfg(void);  void    start_cfg(void);
 int     load_cfg(const char *, struct client *, struct cmdq_item *, int,  int     load_cfg(const char *, struct client *, struct cmdq_item *, int,
             struct cmdq_item **);              struct cmdq_item **);
   int     load_cfg_from_buffer(const void *, size_t, const char *,
               struct client *, struct cmdq_item *, int, struct cmdq_item **);
 void    set_cfg_file(const char *);  void    set_cfg_file(const char *);
 void printflike(1, 2) cfg_add_cause(const char *, ...);  void printflike(1, 2) cfg_add_cause(const char *, ...);
 void    cfg_print_causes(struct cmdq_item *);  void    cfg_print_causes(struct cmdq_item *);
Line 2119 
Line 2121 
 void             cmd_parse_empty(struct cmd_parse_input *);  void             cmd_parse_empty(struct cmd_parse_input *);
 struct cmd_parse_result *cmd_parse_from_file(FILE *, struct cmd_parse_input *);  struct cmd_parse_result *cmd_parse_from_file(FILE *, struct cmd_parse_input *);
 struct cmd_parse_result *cmd_parse_from_string(const char *,  struct cmd_parse_result *cmd_parse_from_string(const char *,
                        struct cmd_parse_input *);
   struct cmd_parse_result *cmd_parse_from_buffer(const void *, size_t,
                      struct cmd_parse_input *);                       struct cmd_parse_input *);
 struct cmd_parse_result *cmd_parse_from_arguments(int, char **,  struct cmd_parse_result *cmd_parse_from_arguments(int, char **,
                      struct cmd_parse_input *);                       struct cmd_parse_input *);

Legend:
Removed from v.1.938  
changed lines
  Added in v.1.939