[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.348 and 1.349

version 1.348, 2012/07/11 07:10:15 version 1.349, 2012/07/13 06:27:41
Line 1484 
Line 1484 
 enum mode_key_cmd mode_key_lookup(struct mode_key_data *, int);  enum mode_key_cmd mode_key_lookup(struct mode_key_data *, int);
   
 /* notify.c */  /* notify.c */
   void    notify_enable(void);
   void    notify_disable(void);
 void    notify_window_layout_changed(struct window *);  void    notify_window_layout_changed(struct window *);
 void    notify_window_unlinked(struct session *, struct window *);  void    notify_window_unlinked(struct session *, struct window *);
 void    notify_window_linked(struct session *, struct window *);  void    notify_window_linked(struct session *, struct window *);
Line 2162 
Line 2164 
 char            *default_window_name(struct window *);  char            *default_window_name(struct window *);
   
 /* signal.c */  /* signal.c */
 void set_signals(void(*)(int, short, void *));  void    set_signals(void(*)(int, short, void *));
 void clear_signals(int);  void    clear_signals(int);
   
 /* control.c */  /* control.c */
 void control_callback(struct client *, int, void*);  void    control_callback(struct client *, int, void*);
   
 /* session.c */  /* session.c */
 extern struct sessions sessions;  extern struct sessions sessions;

Legend:
Removed from v.1.348  
changed lines
  Added in v.1.349