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

Diff for /src/usr.bin/tmux/control-notify.c between version 1.12 and 1.13

version 1.12, 2015/11/13 10:00:26 version 1.13, 2015/11/18 14:27:44
Line 101 
Line 101 
 }  }
   
 void  void
 control_notify_window_unlinked(unused struct session *s, struct window *w)  control_notify_window_unlinked(__unused struct session *s, struct window *w)
 {  {
         struct client   *c;          struct client   *c;
         struct session  *cs;          struct session  *cs;
Line 119 
Line 119 
 }  }
   
 void  void
 control_notify_window_linked(unused struct session *s, struct window *w)  control_notify_window_linked(__unused struct session *s, struct window *w)
 {  {
         struct client   *c;          struct client   *c;
         struct session  *cs;          struct session  *cs;
Line 183 
Line 183 
 }  }
   
 void  void
 control_notify_session_created(unused struct session *s)  control_notify_session_created(__unused struct session *s)
 {  {
         struct client   *c;          struct client   *c;
   
Line 196 
Line 196 
 }  }
   
 void  void
 control_notify_session_close(unused struct session *s)  control_notify_session_close(__unused struct session *s)
 {  {
         struct client   *c;          struct client   *c;
   

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13