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

Diff for /mandoc/main.h between version 1.21 and 1.22

version 1.21, 2015/03/27 21:33:20 version 1.22, 2015/04/18 16:06:40
Line 21 
Line 21 
 __BEGIN_DECLS  __BEGIN_DECLS
   
 struct  mchars;  struct  mchars;
 struct  mdoc;  struct  roff_man;
 struct  man;  
 struct  manoutput;  struct  manoutput;
   
 /*  /*
Line 34  struct manoutput;
Line 33  struct manoutput;
   
 void             *html_alloc(const struct mchars *,  void             *html_alloc(const struct mchars *,
                         const struct manoutput *);                          const struct manoutput *);
 void              html_mdoc(void *, const struct mdoc *);  void              html_mdoc(void *, const struct roff_man *);
 void              html_man(void *, const struct man *);  void              html_man(void *, const struct roff_man *);
 void              html_free(void *);  void              html_free(void *);
   
 void              tree_mdoc(void *, const struct mdoc *);  void              tree_mdoc(void *, const struct roff_man *);
 void              tree_man(void *, const struct man *);  void              tree_man(void *, const struct roff_man *);
   
 void              man_mdoc(void *, const struct mdoc *);  void              man_mdoc(void *, const struct roff_man *);
 void              man_man(void *, const struct man *);  void              man_man(void *, const struct roff_man *);
   
 void             *locale_alloc(const struct mchars *,  void             *locale_alloc(const struct mchars *,
                         const struct manoutput *);                          const struct manoutput *);
Line 59  void   *ps_alloc(const struct mchars *,
Line 58  void   *ps_alloc(const struct mchars *,
                         const struct manoutput *);                          const struct manoutput *);
 void              pspdf_free(void *);  void              pspdf_free(void *);
   
 void              terminal_mdoc(void *, const struct mdoc *);  void              terminal_mdoc(void *, const struct roff_man *);
 void              terminal_man(void *, const struct man *);  void              terminal_man(void *, const struct roff_man *);
   
 __END_DECLS  __END_DECLS

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

CVSweb