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

Diff for /mandoc/Attic/private.h between version 1.58 and 1.59

version 1.58, 2009/01/07 15:57:14 version 1.59, 2009/01/07 16:11:40
Line 64  int    mdoc_warn(struct mdoc *, int, int, enum mdoc_wa
Line 64  int    mdoc_warn(struct mdoc *, int, int, enum mdoc_wa
 void              mdoc_msg(struct mdoc *, int, const char *, ...);  void              mdoc_msg(struct mdoc *, int, const char *, ...);
 int               mdoc_macro(MACRO_PROT_ARGS);  int               mdoc_macro(MACRO_PROT_ARGS);
 int               mdoc_find(const struct mdoc *, const char *);  int               mdoc_find(const struct mdoc *, const char *);
 void              mdoc_word_alloc(struct mdoc *, int, const char *);  void              mdoc_word_alloc(struct mdoc *,
                           int, int, const char *);
 void              mdoc_elem_alloc(struct mdoc *, int, int,  void              mdoc_elem_alloc(struct mdoc *, int, int,
                         size_t, const struct mdoc_arg *);                          int, size_t, const struct mdoc_arg *);
 void              mdoc_block_alloc(struct mdoc *, int, int,  void              mdoc_block_alloc(struct mdoc *, int, int,
                         size_t, const struct mdoc_arg *);                          int, size_t, const struct mdoc_arg *);
 void              mdoc_head_alloc(struct mdoc *, int, int);  void              mdoc_head_alloc(struct mdoc *, int, int, int);
 void              mdoc_tail_alloc(struct mdoc *, int, int);  void              mdoc_tail_alloc(struct mdoc *, int, int, int);
 void              mdoc_body_alloc(struct mdoc *, int, int);  void              mdoc_body_alloc(struct mdoc *, int, int, int);
 void              mdoc_node_free(struct mdoc_node *);  void              mdoc_node_free(struct mdoc_node *);
 void              mdoc_sibling(struct mdoc *, int, struct mdoc_node **,  void              mdoc_sibling(struct mdoc *, int, struct mdoc_node **,
                         struct mdoc_node **, struct mdoc_node *);                          struct mdoc_node **, struct mdoc_node *);

Legend:
Removed from v.1.58  
changed lines
  Added in v.1.59

CVSweb