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

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

version 1.25, 2016/07/08 22:29:05 version 1.27, 2017/03/03 14:23:23
Line 16 
Line 16 
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.   * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */   */
   
 #define UNCONST(a)      ((void *)(uintptr_t)(const void *)(a))  
   
 struct  roff_man;  struct  roff_man;
 struct  manoutput;  struct  manoutput;
   
Line 51  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.25  
changed lines
  Added in v.1.27

CVSweb