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

Diff for /mandoc/roff.h between version 1.17 and 1.18

version 1.17, 2010/06/27 15:52:41 version 1.18, 2010/08/20 01:02:07
Line 29  __BEGIN_DECLS
Line 29  __BEGIN_DECLS
 struct  roff;  struct  roff;
   
 void              roff_free(struct roff *);  void              roff_free(struct roff *);
 struct  roff     *roff_alloc(struct regset *, mandocmsg, void *);  struct  roff     *roff_alloc(struct regset *, void *, mandocmsg);
 void              roff_reset(struct roff *);  void              roff_reset(struct roff *);
 enum    rofferr   roff_parseln(struct roff *, int,  enum    rofferr   roff_parseln(struct roff *, int,
                         char **, size_t *, int, int *);                          char **, size_t *, int, int *);

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

CVSweb