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

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

version 1.33, 2013/10/05 22:08:12 version 1.34, 2013/10/05 22:15:03
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 *, unsigned int);  void             roff_setreg(struct roff *, const char *, int);
 unsigned 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 *,
                         const char *, int *);                          const char *, int *);

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

CVSweb