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

Diff for /mandoc/main.h between version 1.26 and 1.27

version 1.26, 2016/07/15 19:33:01 version 1.27, 2017/03/03 14:23:23
Line 49  void    pspdf_free(void *);
Line 49  void    pspdf_free(void *);
 void              terminal_mdoc(void *, const struct roff_man *);  void              terminal_mdoc(void *, const struct roff_man *);
 void              terminal_man(void *, const struct roff_man *);  void              terminal_man(void *, const struct roff_man *);
 void              terminal_sepline(void *);  void              terminal_sepline(void *);
   
   void              markdown_mdoc(void *, const struct roff_man *);

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

CVSweb