[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.1094 and 1.1095

version 1.1094, 2021/02/22 07:09:06 version 1.1095, 2021/02/22 08:18:13
Line 1887 
Line 1887 
 const char      *find_cwd(void);  const char      *find_cwd(void);
 const char      *find_home(void);  const char      *find_home(void);
 const char      *getversion(void);  const char      *getversion(void);
 void             expand_paths(const char *, char ***, u_int *);  
   
 /* proc.c */  /* proc.c */
 struct imsg;  struct imsg;
Line 1907 
Line 1906 
 /* cfg.c */  /* cfg.c */
 extern int cfg_finished;  extern int cfg_finished;
 extern struct client *cfg_client;  extern struct client *cfg_client;
   extern char **cfg_files;
   extern u_int cfg_nfiles;
   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 *, int,
             struct cmdq_item **);              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 *, int, struct cmdq_item **);
 void    set_cfg_file(const char *);  
 const char *get_cfg_file(void);  
 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 *);

Legend:
Removed from v.1.1094  
changed lines
  Added in v.1.1095