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

Diff for /mandoc/mdoc.h between version 1.49 and 1.50

version 1.49, 2009/03/16 23:37:28 version 1.50, 2009/03/19 11:49:00
Line 300  void     mdoc_free(struct mdoc *);
Line 300  void     mdoc_free(struct mdoc *);
 /* Allocate a new parser instance. */  /* Allocate a new parser instance. */
 struct  mdoc     *mdoc_alloc(void *, int, const struct mdoc_cb *);  struct  mdoc     *mdoc_alloc(void *, int, const struct mdoc_cb *);
   
 /* Set parse options. */  /* Gets system ready for another parse. */
 void              mdoc_setflags(struct mdoc *, int);  void              mdoc_reset(struct mdoc *);
   
 /* Parse a single line in a stream (boolean retval). */  /* Parse a single line in a stream (boolean retval). */
 int               mdoc_parseln(struct mdoc *, int, char *buf);  int               mdoc_parseln(struct mdoc *, int, char *buf);

Legend:
Removed from v.1.49  
changed lines
  Added in v.1.50

CVSweb