[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.614 and 1.615

version 1.614, 2015/12/16 22:05:35 version 1.615, 2016/01/15 11:31:47
Line 1540 
Line 1540 
 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 *, char **);
 void             set_cfg_file(const char *);  void             set_cfg_file(const char *);
 void             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 *);
 void             cfg_show_causes(struct session *);  void             cfg_show_causes(struct session *);
   

Legend:
Removed from v.1.614  
changed lines
  Added in v.1.615