[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.47 and 1.48

version 1.47, 2015/10/13 22:57:49 version 1.48, 2015/11/07 13:57:55
Line 32 
Line 32 
         size_t   sz;          size_t   sz;
 };  };
   
 __BEGIN_DECLS  
   
 struct  mparse;  struct  mparse;
 struct  tbl_span;  struct  tbl_span;
Line 81 
Line 80 
   
 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.47  
changed lines
  Added in v.1.48