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

Diff for /mandoc/main.h between version 1.19 and 1.20

version 1.19, 2014/12/01 08:05:52 version 1.20, 2014/12/31 16:52:40
Line 1 
Line 1 
 /*      $Id$ */  /*      $Id$ */
 /*  /*
  * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>   * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
    * Copyright (c) 2014 Ingo Schwarze <schwarze@openbsd.org>
  *   *
  * Permission to use, copy, modify, and distribute this software for any   * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above   * purpose with or without fee is hereby granted, provided that the above
Line 45  void   *locale_alloc(const struct mchars *, char *);
Line 46  void   *locale_alloc(const struct mchars *, char *);
 void             *utf8_alloc(const struct mchars *, char *);  void             *utf8_alloc(const struct mchars *, char *);
 void             *ascii_alloc(const struct mchars *, char *);  void             *ascii_alloc(const struct mchars *, char *);
 void              ascii_free(void *);  void              ascii_free(void *);
   void              ascii_sepline(void *);
   
 void             *pdf_alloc(const struct mchars *, char *);  void             *pdf_alloc(const struct mchars *, char *);
 void             *ps_alloc(const struct mchars *, char *);  void             *ps_alloc(const struct mchars *, char *);

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

CVSweb