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

Diff for /src/usr.bin/tmux/tmux.h between version 1.664 and 1.665

version 1.664, 2016/10/15 00:09:30 version 1.665, 2016/10/15 00:12:58
Line 2208 
Line 2208 
 void    control_notify_attached_session_changed(struct client *);  void    control_notify_attached_session_changed(struct client *);
 void    control_notify_session_renamed(struct session *);  void    control_notify_session_renamed(struct session *);
 void    control_notify_session_created(struct session *);  void    control_notify_session_created(struct session *);
 void    control_notify_session_close(struct session *);  void    control_notify_session_closed(struct session *);
   
 /* session.c */  /* session.c */
 extern struct sessions sessions;  extern struct sessions sessions;

Legend:
Removed from v.1.664  
changed lines
  Added in v.1.665