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

Diff for /mandoc/libmandoc.h between version 1.39 and 1.40

version 1.39, 2014/01/06 21:34:31 version 1.40, 2014/03/19 21:51:20
Line 1 
Line 1 
 /*      $Id$ */  /*      $Id$ */
 /*  /*
  * Copyright (c) 2009, 2010, 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv>   * Copyright (c) 2009, 2010, 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2013 Ingo Schwarze <schwarze@openbsd.org>   * Copyright (c) 2013, 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 66  int   man_addspan(struct man *, const struct tbl_span 
Line 66  int   man_addspan(struct man *, const struct tbl_span 
 int              man_addeqn(struct man *, const struct eqn *);  int              man_addeqn(struct man *, const struct eqn *);
   
 void             roff_free(struct roff *);  void             roff_free(struct roff *);
 struct roff     *roff_alloc(enum mparset, struct mparse *, int);  struct roff     *roff_alloc(struct mparse *, int);
 void             roff_reset(struct roff *);  void             roff_reset(struct roff *);
 enum rofferr     roff_parseln(struct roff *, int,  enum rofferr     roff_parseln(struct roff *, int,
                         char **, size_t *, int, int *);                          char **, size_t *, int, int *);

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40

CVSweb