[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.629 and 1.630

version 1.629, 2016/05/01 13:39:05 version 1.630, 2016/05/12 16:05:33
Line 1555 
Line 1555 
 extern int cfg_references;  extern int cfg_references;
 extern struct client *cfg_client;  extern struct client *cfg_client;
 void             start_cfg(void);  void             start_cfg(void);
 int              load_cfg(const char *, struct cmd_q *, char **);  int              load_cfg(const char *, struct cmd_q *, int);
 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 cmd_q *);  void             cfg_print_causes(struct cmd_q *);

Legend:
Removed from v.1.629  
changed lines
  Added in v.1.630