[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.671 and 1.672

version 1.671, 2016/10/16 22:06:40 version 1.672, 2016/10/16 22:18:04
Line 1585 
Line 1585 
 void    notify_input(struct window_pane *, struct evbuffer *);  void    notify_input(struct window_pane *, struct evbuffer *);
 void    notify_client(const char *, struct client *);  void    notify_client(const char *, struct client *);
 void    notify_session(const char *, struct session *);  void    notify_session(const char *, struct session *);
   void    notify_winlink(const char *, struct session *, struct winlink *);
 void    notify_session_window(const char *, struct session *, struct window *);  void    notify_session_window(const char *, struct session *, struct window *);
 void    notify_window(const char *, struct window *);  void    notify_window(const char *, struct window *);
 void    notify_pane(const char *, struct window_pane *);  void    notify_pane(const char *, struct window_pane *);

Legend:
Removed from v.1.671  
changed lines
  Added in v.1.672