[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.564 and 1.565

version 1.564, 2015/10/23 16:02:21 version 1.565, 2015/10/25 22:29:17
Line 1453 
Line 1453 
 void             format_free(struct format_tree *);  void             format_free(struct format_tree *);
 void printflike(3, 4) format_add(struct format_tree *, const char *,  void printflike(3, 4) format_add(struct format_tree *, const char *,
                      const char *, ...);                       const char *, ...);
 const char      *format_find(struct format_tree *, const char *);  
 char            *format_expand_time(struct format_tree *, const char *, time_t);  char            *format_expand_time(struct format_tree *, const char *, time_t);
 char            *format_expand(struct format_tree *, const char *);  char            *format_expand(struct format_tree *, const char *);
 void             format_defaults(struct format_tree *, struct client *,  void             format_defaults(struct format_tree *, struct client *,

Legend:
Removed from v.1.564  
changed lines
  Added in v.1.565