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

Diff for /mandoc/main.h between version 1.23 and 1.24

version 1.23, 2015/10/13 22:59:54 version 1.24, 2015/11/07 14:01:16
Line 18 
Line 18 
   
 #define UNCONST(a)      ((void *)(uintptr_t)(const void *)(a))  #define UNCONST(a)      ((void *)(uintptr_t)(const void *)(a))
   
 __BEGIN_DECLS  
   
 struct  roff_man;  struct  roff_man;
 struct  manoutput;  struct  manoutput;
   
Line 53  void    pspdf_free(void *);
Line 51  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 *);
   
 __END_DECLS  

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

CVSweb