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

Diff for /mandoc/libmandoc.h between version 1.79 and 1.80

version 1.79, 2020/04/03 11:35:01 version 1.80, 2021/06/27 17:57:54
Line 73  void   roff_reset(struct roff *);
Line 73  void   roff_reset(struct roff *);
 void             roff_man_free(struct roff_man *);  void             roff_man_free(struct roff_man *);
 struct roff_man *roff_man_alloc(struct roff *, const char *, int);  struct roff_man *roff_man_alloc(struct roff *, const char *, int);
 void             roff_man_reset(struct roff_man *);  void             roff_man_reset(struct roff_man *);
 int              roff_parseln(struct roff *, int, struct buf *, int *);  int              roff_parseln(struct roff *, int, struct buf *, int *, size_t);
 void             roff_userret(struct roff *);  void             roff_userret(struct roff *);
 void             roff_endparse(struct roff *);  void             roff_endparse(struct roff *);
 void             roff_setreg(struct roff *, const char *, int, char);  void             roff_setreg(struct roff *, const char *, int, char);

Legend:
Removed from v.1.79  
changed lines
  Added in v.1.80

CVSweb