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

Diff for /mandoc/libmandoc.h between version 1.31 and 1.32

version 1.31, 2012/06/12 20:21:04 version 1.32, 2012/11/19 17:57:23
Line 1 
Line 1 
 /*      $Id$ */  /*      $Id$ */
 /*  /*
  * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>   * Copyright (c) 2009, 2010, 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv>
  *   *
  * 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 67  int   man_addspan(struct man *, const struct tbl_span 
Line 67  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(struct mparse *);  struct roff     *roff_alloc(enum mparset, struct mparse *);
 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.31  
changed lines
  Added in v.1.32

CVSweb