[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.27

version 1.23, 2015/10/13 22:59:54 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))  
   
 __BEGIN_DECLS  
   
 struct  roff_man;  struct  roff_man;
 struct  manoutput;  struct  manoutput;
   
Line 45  void   *locale_alloc(const struct manoutput *);
Line 41  void   *locale_alloc(const struct manoutput *);
 void             *utf8_alloc(const struct manoutput *);  void             *utf8_alloc(const struct manoutput *);
 void             *ascii_alloc(const struct manoutput *);  void             *ascii_alloc(const struct manoutput *);
 void              ascii_free(void *);  void              ascii_free(void *);
 void              ascii_sepline(void *);  
   
 void             *pdf_alloc(const struct manoutput *);  void             *pdf_alloc(const struct manoutput *);
 void             *ps_alloc(const struct manoutput *);  void             *ps_alloc(const struct manoutput *);
Line 53  void    pspdf_free(void *);
Line 48  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 *);
   
 __END_DECLS  void              markdown_mdoc(void *, const struct roff_man *);

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

CVSweb