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

Diff for /mandoc/libmandoc.h between version 1.45 and 1.46

version 1.45, 2014/10/25 01:03:52 version 1.46, 2014/10/28 17:36:19
Line 76  int   preconv_cue(const struct buf *);
Line 76  int   preconv_cue(const struct buf *);
 int              preconv_encode(struct buf *, struct buf *, int *);  int              preconv_encode(struct buf *, struct buf *, int *);
   
 void             roff_free(struct roff *);  void             roff_free(struct roff *);
 struct roff     *roff_alloc(struct mparse *, int);  struct roff     *roff_alloc(struct mparse *, const struct mchars *, int);
 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.45  
changed lines
  Added in v.1.46

CVSweb