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

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

version 1.15, 2010/05/17 00:06:36 version 1.16, 2010/06/26 15:22:19
Line 31  struct roff;
Line 31  struct roff;
 void              roff_free(struct roff *);  void              roff_free(struct roff *);
 struct  roff     *roff_alloc(mandocmsg, void *);  struct  roff     *roff_alloc(mandocmsg, void *);
 void              roff_reset(struct roff *);  void              roff_reset(struct roff *);
 enum    rofferr   roff_parseln(struct roff *, int,  enum    rofferr   roff_parseln(struct roff *, struct regset *,
                         char **, size_t *, int, 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.15  
changed lines
  Added in v.1.16

CVSweb