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

Diff for /mandoc/libmdoc.h between version 1.1 and 1.4

version 1.1, 2009/03/23 14:22:11 version 1.4, 2009/04/02 06:51:44
Line 111  int    mdoc_tail_alloc(struct mdoc *, int, int, int);
Line 111  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_tokhash_alloc(void);  void             *mdoc_hash_alloc(void);
 int               mdoc_tokhash_find(const void *, const char *);  int               mdoc_hash_find(const void *, const char *);
 void              mdoc_tokhash_free(void *);  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 *);
Line 148  int    mdoc_args(struct mdoc *, int,
Line 148  int    mdoc_args(struct mdoc *, int,
   
 /* FIXME: get rid of these. */  /* FIXME: get rid of these. */
 int               xstrlcpys(char *, const struct mdoc_node *, size_t);  int               xstrlcpys(char *, const struct mdoc_node *, size_t);
 int               xstrlcat(char *, const char *, size_t);  
 int               xstrlcpy(char *, const char *, size_t);  
 int               xstrcmp(const char *, const char *);  
 void             *xrealloc(void *, size_t);  void             *xrealloc(void *, size_t);
 char             *xstrdup(const char *);  char             *xstrdup(const char *);
 int               macro_end(struct mdoc *);  int               mdoc_macroend(struct mdoc *);
   
 __END_DECLS  __END_DECLS
   

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.4

CVSweb