[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.22 and 1.23

version 1.22, 2013/03/21 16:54:37 version 1.23, 2013/03/22 10:31:22
Line 40 
Line 40 
 int                      cfg_references;  int                      cfg_references;
 struct causelist         cfg_causes;  struct causelist         cfg_causes;
   
 /* ARGSUSED */  
 void printflike2  void printflike2
 cfg_print(unused struct cmd_ctx *ctx, unused const char *fmt, ...)  cfg_print(unused struct cmd_ctx *ctx, unused const char *fmt, ...)
 {  {
 }  }
   
 /* ARGSUSED */  
 void printflike2  void printflike2
 cfg_error(unused struct cmd_ctx *ctx, const char *fmt, ...)  cfg_error(unused struct cmd_ctx *ctx, const char *fmt, ...)
 {  {

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23