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

Diff for /mandoc/roff.h between version 1.21 and 1.22

version 1.21, 2010/12/31 18:19:43 version 1.22, 2011/01/01 16:18:39
Line 37  struct roff  *roff_alloc(struct regset *, void *, mand
Line 37  struct roff  *roff_alloc(struct regset *, void *, mand
 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 *);
 int               roff_endparse(struct roff *);  void              roff_endparse(struct roff *);
 const struct tbl_span *roff_span(const struct roff *);  const struct tbl_span *roff_span(const struct roff *);
   
 __END_DECLS  __END_DECLS

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

CVSweb