[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.430 and 1.431

version 1.430, 2013/10/10 12:39:25 version 1.431, 2013/10/20 17:28:43
Line 1510 
Line 1510 
 extern int cfg_finished;  extern int cfg_finished;
 extern int cfg_references;  extern int cfg_references;
 extern struct causelist cfg_causes;  extern struct causelist cfg_causes;
   extern struct client *cfg_client;
 int              load_cfg(const char *, struct cmd_q *, char **);  int              load_cfg(const char *, struct cmd_q *, char **);
 void             cfg_default_done(struct cmd_q *);  void             cfg_default_done(struct cmd_q *);
 void             cfg_show_causes(struct session *);  void             cfg_show_causes(struct session *);

Legend:
Removed from v.1.430  
changed lines
  Added in v.1.431