[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.52

version 1.49, 2009/03/16 23:37:28 version 1.52, 2009/03/21 13:09:29
Line 149 
Line 149 
 #define MDOC_Es          115  #define MDOC_Es          115
 #define MDOC_En          116  #define MDOC_En          116
 #define MDOC_Dx          117  #define MDOC_Dx          117
 #define MDOC_MAX         118  #define MDOC__Q          118
   #define MDOC_MAX         119
   
 /* What follows is a list of ALL possible macro arguments. */  /* What follows is a list of ALL possible macro arguments. */
   
Line 300  void     mdoc_free(struct mdoc *);
Line 301  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);
Line 320  int    mdoc_endparse(struct mdoc *);
Line 321  int    mdoc_endparse(struct mdoc *);
 const char       *mdoc_a2att(const char *);  const char       *mdoc_a2att(const char *);
 const char       *mdoc_a2lib(const char *);  const char       *mdoc_a2lib(const char *);
 const char       *mdoc_a2st(const char *);  const char       *mdoc_a2st(const char *);
   
 int               mdoc_isdelim(const char *);  
   
 __END_DECLS  __END_DECLS
   

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

CVSweb