[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.7 and 1.8

version 1.7, 2009/10/26 21:42:04 version 1.8, 2009/11/26 21:37:13
Line 35 
Line 35 
   
 char     *cfg_cause;  char     *cfg_cause;
   
   /* 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.7  
changed lines
  Added in v.1.8