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

Diff for /mandoc/libmdoc.h between version 1.26 and 1.27

version 1.26, 2009/08/20 09:07:24 version 1.27, 2009/09/16 14:40:56
Line 27  enum mdoc_next {
Line 27  enum mdoc_next {
 struct  mdoc {  struct  mdoc {
         void             *data;          void             *data;
         struct mdoc_cb    cb;          struct mdoc_cb    cb;
         void             *htab;  
         int               flags;          int               flags;
 #define MDOC_HALT        (1 << 0)       /* Error in parse. Halt. */  #define MDOC_HALT        (1 << 0)       /* Error in parse. Halt. */
 #define MDOC_LITERAL     (1 << 1)       /* In a literal scope. */  #define MDOC_LITERAL     (1 << 1)       /* In a literal scope. */
Line 139  int    mdoc_tail_alloc(struct mdoc *, int, int, int);
Line 138  int    mdoc_tail_alloc(struct mdoc *, int, int, int);
 int               mdoc_body_alloc(struct mdoc *, int, int, int);  int               mdoc_body_alloc(struct mdoc *, int, int, int);
 void              mdoc_node_free(struct mdoc_node *);  void              mdoc_node_free(struct mdoc_node *);
 void              mdoc_node_freelist(struct mdoc_node *);  void              mdoc_node_freelist(struct mdoc_node *);
 void             *mdoc_hash_alloc(void);  void              mdoc_hash_init(void);
 int               mdoc_hash_find(const void *, const char *);  int               mdoc_hash_find(const char *);
 void              mdoc_hash_free(void *);  
 int               mdoc_iscdelim(char);  int               mdoc_iscdelim(char);
 int               mdoc_isdelim(const char *);  int               mdoc_isdelim(const char *);
 size_t            mdoc_isescape(const char *);  size_t            mdoc_isescape(const char *);

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

CVSweb