[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.14 and 1.15

version 1.14, 2014/12/01 08:05:02 version 1.15, 2014/12/31 16:50:54
Line 1 
Line 1 
 /*      $OpenBSD$ */  /*      $OpenBSD$ */
 /*  /*
  * 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 
Line 46 
 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.14  
changed lines
  Added in v.1.15