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

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

version 1.48, 2009/03/16 22:19:19 version 1.50, 2009/03/19 11:49:00
Line 148 
Line 148 
 #define MDOC__C          114  #define MDOC__C          114
 #define MDOC_Es          115  #define MDOC_Es          115
 #define MDOC_En          116  #define MDOC_En          116
 #define MDOC_MAX         117  #define MDOC_Dx          117
   #define MDOC_MAX         118
   
 /* What follows is a list of ALL possible macro arguments. */  /* What follows is a list of ALL possible macro arguments. */
   
Line 299  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.48  
changed lines
  Added in v.1.50

CVSweb