[BACK]Return to libmdoc.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/libmdoc.h between version 1.20 and 1.21

version 1.20, 2009/08/22 22:39:55 version 1.21, 2009/09/21 21:11:37
Line 27 
Line 27 
 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 
Line 138 
 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.20  
changed lines
  Added in v.1.21