[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.356 and 1.357

version 1.356, 2012/09/24 13:05:10 version 1.357, 2012/09/24 13:39:10
Line 2221 
Line 2221 
 /* 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 *, ...);  void printflike2 control_write(struct client *, const char *, ...);
   void    control_write_buffer(struct client *, struct evbuffer *);
   
 /* control-notify.c */  /* control-notify.c */
 void    control_notify_window_layout_changed(struct window *);  void    control_notify_window_layout_changed(struct window *);

Legend:
Removed from v.1.356  
changed lines
  Added in v.1.357