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

Diff for /mandoc/libmandoc.h between version 1.70 and 1.71

version 1.70, 2017/07/08 17:52:49 version 1.71, 2018/04/09 22:27:04
Line 66  void   roff_man_reset(struct roff_man *);
Line 66  void   roff_man_reset(struct roff_man *);
 enum rofferr     roff_parseln(struct roff *, int, struct buf *, int *);  enum rofferr     roff_parseln(struct roff *, int, struct buf *, int *);
 void             roff_endparse(struct roff *);  void             roff_endparse(struct roff *);
 void             roff_setreg(struct roff *, const char *, int, char sign);  void             roff_setreg(struct roff *, const char *, int, char sign);
 int              roff_getreg(const struct roff *, const char *);  int              roff_getreg(struct roff *, const char *);
 char            *roff_strdup(const struct roff *, const char *);  char            *roff_strdup(const struct roff *, const char *);
 int              roff_getcontrol(const struct roff *,  int              roff_getcontrol(const struct roff *,
                         const char *, int *);                          const char *, int *);

Legend:
Removed from v.1.70  
changed lines
  Added in v.1.71

CVSweb