[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.469 and 1.470

version 1.469, 2014/08/11 22:18:16 version 1.470, 2014/09/01 21:50:18
Line 2325 
Line 2325 
 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 *);
 void printflike2 control_write(struct client *, const char *, ...);  void printflike2 control_write(struct client *, const char *, ...);
 void    control_write_buffer(struct client *, struct evbuffer *);  void    control_write_buffer(struct client *, struct evbuffer *);
   

Legend:
Removed from v.1.469  
changed lines
  Added in v.1.470