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

Diff for /mandoc/libmandoc.h between version 1.61 and 1.62

version 1.61, 2015/10/13 22:59:54 version 1.62, 2015/11/07 14:01:16
Line 32  struct buf {
Line 32  struct buf {
         size_t   sz;          size_t   sz;
 };  };
   
 __BEGIN_DECLS  
   
 struct  mparse;  struct  mparse;
 struct  tbl_span;  struct  tbl_span;
Line 84  int   roff_getformat(const struct roff *);
Line 83  int   roff_getformat(const struct roff *);
   
 const struct tbl_span   *roff_span(const struct roff *);  const struct tbl_span   *roff_span(const struct roff *);
 const struct eqn        *roff_eqn(const struct roff *);  const struct eqn        *roff_eqn(const struct roff *);
   
 __END_DECLS  

Legend:
Removed from v.1.61  
changed lines
  Added in v.1.62

CVSweb