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

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

version 1.16, 2010/06/26 15:22:19 version 1.17, 2010/06/27 15:52:41
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(mandocmsg, void *);  struct  roff     *roff_alloc(struct regset *, mandocmsg, void *);
 void              roff_reset(struct roff *);  void              roff_reset(struct roff *);
 enum    rofferr   roff_parseln(struct roff *, struct regset *,  enum    rofferr   roff_parseln(struct roff *, int,
                         int, char **, size_t *, int, int *);                          char **, size_t *, int, int *);
 int               roff_endparse(struct roff *);  int               roff_endparse(struct roff *);
   
 __END_DECLS  __END_DECLS

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

CVSweb