[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.1209 and 1.1210

version 1.1209, 2023/09/02 20:03:10 version 1.1210, 2023/09/15 06:31:49
Line 2102 
Line 2102 
 extern u_int cfg_nfiles;  extern u_int cfg_nfiles;
 extern int cfg_quiet;  extern int cfg_quiet;
 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 *,
             struct cmdq_item **);              struct cmd_find_state *, int, struct cmdq_item **);
 int     load_cfg_from_buffer(const void *, size_t, const char *,  int     load_cfg_from_buffer(const void *, size_t, const char *,
             struct client *, struct cmdq_item *, int, struct cmdq_item **);              struct client *, struct cmdq_item *, struct cmd_find_state *,
               int, struct cmdq_item **);
 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 *);
 void    cfg_show_causes(struct session *);  void    cfg_show_causes(struct session *);
Line 2551 
Line 2552 
 struct cmdq_state *cmdq_new_state(struct cmd_find_state *, struct key_event *,  struct cmdq_state *cmdq_new_state(struct cmd_find_state *, struct key_event *,
                      int);                       int);
 struct cmdq_state *cmdq_link_state(struct cmdq_state *);  struct cmdq_state *cmdq_link_state(struct cmdq_state *);
 struct cmdq_state *cmdq_copy_state(struct cmdq_state *);  struct cmdq_state *cmdq_copy_state(struct cmdq_state *,
                        struct cmd_find_state *);
 void              cmdq_free_state(struct cmdq_state *);  void              cmdq_free_state(struct cmdq_state *);
 void printflike(3, 4) cmdq_add_format(struct cmdq_state *, const char *,  void printflike(3, 4) cmdq_add_format(struct cmdq_state *, const char *,
                      const char *, ...);                       const char *, ...);

Legend:
Removed from v.1.1209  
changed lines
  Added in v.1.1210