[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.488 and 1.489

version 1.488, 2015/02/05 10:29:43 version 1.489, 2015/02/06 17:11:39
Line 1512 
Line 1512 
 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 *);  const char      *format_find(struct format_tree *, const char *);
   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 *,
                      struct session *, struct winlink *, struct window_pane *);                       struct session *, struct winlink *, struct window_pane *);

Legend:
Removed from v.1.488  
changed lines
  Added in v.1.489