[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.352 and 1.353

version 1.352, 2012/08/21 10:00:33 version 1.353, 2012/09/03 09:32:38
Line 2215 
Line 2215 
   
 /* control.c */  /* control.c */
 void    control_callback(struct client *, int, void*);  void    control_callback(struct client *, int, void*);
   void printflike2 control_write(struct client *, const char *, ...);
   
   /* control-notify.c */
   void    control_notify_window_layout_changed(struct window *);
   void    control_notify_window_unlinked(struct session *, struct window *);
   void    control_notify_window_linked(struct session *, struct window *);
   void    control_notify_window_renamed(struct window *);
   void    control_notify_attached_session_changed(struct client *);
   void    control_notify_session_renamed(struct session *);
   void    control_notify_session_created(struct session *);
   void    control_notify_session_close(struct session *);
   
 /* session.c */  /* session.c */
 extern struct sessions sessions;  extern struct sessions sessions;

Legend:
Removed from v.1.352  
changed lines
  Added in v.1.353