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

Diff for /mandoc/libmandoc.h between version 1.34 and 1.35

version 1.34, 2013/10/05 22:15:03 version 1.35, 2013/12/15 21:23:52
Line 68  void   roff_reset(struct roff *);
Line 68  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 *);
 void             roff_endparse(struct roff *);  void             roff_endparse(struct roff *);
 void             roff_setreg(struct roff *, const char *, int);  void             roff_setreg(struct roff *, const char *, int, char sign);
 int              roff_getreg(const struct roff *, const char *);  int              roff_getreg(const 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 *,

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35

CVSweb