[BACK]Return to main.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/main.h between version 1.18 and 1.19

version 1.18, 2015/10/13 22:57:49 version 1.19, 2015/11/07 13:57:55
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 
Line 51 
   
 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.18  
changed lines
  Added in v.1.19