[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.449 and 1.450

version 1.449, 2014/04/16 21:02:41 version 1.450, 2014/04/16 21:16:19
Line 2335 
Line 2335 
 void             log_open(const char *);  void             log_open(const char *);
 void             log_close(void);  void             log_close(void);
 void printflike1 log_debug(const char *, ...);  void printflike1 log_debug(const char *, ...);
 void printflike1 log_debug2(const char *, ...);  
 __dead void printflike1 log_fatal(const char *, ...);  __dead void printflike1 log_fatal(const char *, ...);
 __dead void printflike1 log_fatalx(const char *, ...);  __dead void printflike1 log_fatalx(const char *, ...);
   
Line 2356 
Line 2355 
 void             style_update_new(struct options *, const char *, const char *);  void             style_update_new(struct options *, const char *, const char *);
 void             style_update_old(struct options *, const char *,  void             style_update_old(struct options *, const char *,
                      struct grid_cell *);                       struct grid_cell *);
 void    style_apply(struct grid_cell *, struct options *, const char *);  void             style_apply(struct grid_cell *, struct options *,
 void    style_apply_update(struct grid_cell *, struct options *, const char *);                       const char *);
   void             style_apply_update(struct grid_cell *, struct options *,
                        const char *);
   
 #endif /* TMUX_H */  #endif /* TMUX_H */

Legend:
Removed from v.1.449  
changed lines
  Added in v.1.450