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

Diff for /mandoc/mdoc.h between version 1.53 and 1.54

version 1.53, 2009/03/23 14:22:11 version 1.54, 2009/03/31 13:50:19
Line 302  void     mdoc_free(struct mdoc *);
Line 302  void     mdoc_free(struct mdoc *);
 struct  mdoc     *mdoc_alloc(void *, int, const struct mdoc_cb *);  struct  mdoc     *mdoc_alloc(void *, int, const struct mdoc_cb *);
   
 /* Gets system ready for another parse. */  /* Gets system ready for another parse. */
 void              mdoc_reset(struct mdoc *);  int               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.53  
changed lines
  Added in v.1.54

CVSweb