[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.514 and 1.515

version 1.514, 2015/05/12 22:40:38 version 1.515, 2015/05/27 13:28:04
Line 1475 
Line 1475 
   
 /* format.c */  /* format.c */
 struct format_tree;  struct format_tree;
   void             format_clean(void);
 struct format_tree *format_create(void);  struct format_tree *format_create(void);
   struct format_tree *format_create_status(int);
 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 *, ...);

Legend:
Removed from v.1.514  
changed lines
  Added in v.1.515