[BACK]Return to main.h CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/main.h between version 1.12 and 1.13

version 1.12, 2011/05/20 15:48:22 version 1.13, 2011/09/17 15:00:51
Line 41  void    html_free(void *);
Line 41  void    html_free(void *);
 void              tree_mdoc(void *, const struct mdoc *);  void              tree_mdoc(void *, const struct mdoc *);
 void              tree_man(void *, const struct man *);  void              tree_man(void *, const struct man *);
   
   void              man_mdoc(void *, const struct mdoc *);
   
 void             *locale_alloc(char *);  void             *locale_alloc(char *);
 void             *utf8_alloc(char *);  void             *utf8_alloc(char *);
 void             *ascii_alloc(char *);  void             *ascii_alloc(char *);

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

CVSweb