[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.15 and 1.16

version 1.15, 2015/11/14 09:41:06 version 1.16, 2015/11/18 14:27:44
Line 51 
Line 51 
   
 /* Control input callback. Read lines and fire commands. */  /* Control input callback. Read lines and fire commands. */
 void  void
 control_callback(struct client *c, int closed, unused void *data)  control_callback(struct client *c, int closed, __unused void *data)
 {  {
         char            *line, *cause;          char            *line, *cause;
         struct cmd_list *cmdlist;          struct cmd_list *cmdlist;

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16