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

Diff for /mandoc/roff.h between version 1.24 and 1.25

version 1.24, 2011/02/09 09:05:52 version 1.25, 2011/03/20 16:02:05
Line 34  __BEGIN_DECLS
Line 34  __BEGIN_DECLS
 struct  roff;  struct  roff;
   
 void              roff_free(struct roff *);  void              roff_free(struct roff *);
 struct  roff     *roff_alloc(struct regset *, void *, mandocmsg);  struct  roff     *roff_alloc(struct regset *, 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.24  
changed lines
  Added in v.1.25

CVSweb