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

Diff for /mandoc/libmandoc.h between version 1.65 and 1.66

version 1.65, 2017/02/17 14:31:52 version 1.66, 2017/02/18 13:43:52
Line 59  int   man_parseln(struct roff_man *, int, char *, int)
Line 59  int   man_parseln(struct roff_man *, int, char *, int)
 void             man_endparse(struct roff_man *);  void             man_endparse(struct roff_man *);
   
 int              preconv_cue(const struct buf *, size_t);  int              preconv_cue(const struct buf *, size_t);
 int              preconv_encode(struct buf *, size_t *,  int              preconv_encode(const struct buf *, size_t *,
                         struct buf *, size_t *, int *);                          struct buf *, size_t *, int *);
   
 void             roff_free(struct roff *);  void             roff_free(struct roff *);

Legend:
Removed from v.1.65  
changed lines
  Added in v.1.66

CVSweb