[BACK]Return to libmandoc.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/libmandoc.h between version 1.50 and 1.51

version 1.50, 2017/02/09 17:19:07 version 1.51, 2017/02/18 13:43:34
Line 59 
Line 59 
 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.50  
changed lines
  Added in v.1.51