[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.852 and 1.853

version 1.852, 2018/12/18 13:20:44 version 1.853, 2019/02/16 11:42:08
Line 1527 
Line 1527 
   
 /* cfg.c */  /* cfg.c */
 extern int cfg_finished;  extern int cfg_finished;
   extern struct client *cfg_client;
 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);
 void    set_cfg_file(const char *);  void    set_cfg_file(const char *);

Legend:
Removed from v.1.852  
changed lines
  Added in v.1.853