[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.864 and 1.865

version 1.864, 2019/03/14 09:53:52 version 1.865, 2019/03/14 23:14:27
Line 1585 
Line 1585 
 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 *, ...);
 char            *format_expand_time(struct format_tree *, const char *, time_t);  char            *format_expand_time(struct format_tree *, const char *);
 char            *format_expand(struct format_tree *, const char *);  char            *format_expand(struct format_tree *, const char *);
 char            *format_single(struct cmdq_item *, const char *,  char            *format_single(struct cmdq_item *, const char *,
                      struct client *, struct session *, struct winlink *,                       struct client *, struct session *, struct winlink *,

Legend:
Removed from v.1.864  
changed lines
  Added in v.1.865