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

Diff for /mandoc/roff.h between version 1.23 and 1.24

version 1.23, 2011/02/06 20:36:36 version 1.24, 2011/02/09 09:05:52
Line 40  enum rofferr   roff_parseln(struct roff *, int, 
Line 40  enum rofferr   roff_parseln(struct roff *, int, 
                         char **, size_t *, int, int *);                          char **, size_t *, int, int *);
 void              roff_endparse(struct roff *);  void              roff_endparse(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 *);
   
 __END_DECLS  __END_DECLS
   

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

CVSweb