[BACK]Return to cfg.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/cfg.c between version 1.45 and 1.46

version 1.45, 2016/05/12 16:05:33 version 1.46, 2016/10/10 21:29:23
Line 36 
Line 36 
 u_int             cfg_ncauses;  u_int             cfg_ncauses;
 struct client    *cfg_client;  struct client    *cfg_client;
   
 void    cfg_default_done(struct cmd_q *);  static void       cfg_default_done(struct cmd_q *);
   
 void  void
 set_cfg_file(const char *path)  set_cfg_file(const char *path)
Line 126 
Line 126 
         return (found);          return (found);
 }  }
   
 void  static void
 cfg_default_done(__unused struct cmd_q *cmdq)  cfg_default_done(__unused struct cmd_q *cmdq)
 {  {
         if (--cfg_references != 0)          if (--cfg_references != 0)

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.46