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

Diff for /src/usr.bin/tmux/control.c between version 1.2 and 1.3

version 1.2, 2012/07/10 11:53:01 version 1.3, 2012/09/03 09:32:38
Line 28 
Line 28 
 void printflike2 control_msg_error(struct cmd_ctx *, const char *, ...);  void printflike2 control_msg_error(struct cmd_ctx *, const char *, ...);
 void printflike2 control_msg_print(struct cmd_ctx *, const char *, ...);  void printflike2 control_msg_print(struct cmd_ctx *, const char *, ...);
 void printflike2 control_msg_info(struct cmd_ctx *, const char *, ...);  void printflike2 control_msg_info(struct cmd_ctx *, const char *, ...);
 void printflike2 control_write(struct client *, const char *, ...);  
   
 /* Command error callback. */  /* Command error callback. */
 void printflike2  void printflike2

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3