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

Diff for /mandoc/libmdoc.h between version 1.102 and 1.103

version 1.102, 2015/04/18 17:28:36 version 1.103, 2015/04/19 13:50:25
Line 73  void    mdoc_elem_alloc(struct roff_man *, int, int,
Line 73  void    mdoc_elem_alloc(struct roff_man *, int, int,
                         int, struct mdoc_arg *);                          int, struct mdoc_arg *);
 struct roff_node *mdoc_block_alloc(struct roff_man *, int, int,  struct roff_node *mdoc_block_alloc(struct roff_man *, int, int,
                         int, struct mdoc_arg *);                          int, struct mdoc_arg *);
 struct roff_node *mdoc_head_alloc(struct roff_man *, int, int, int);  
 void              mdoc_tail_alloc(struct roff_man *, int, int, int);  void              mdoc_tail_alloc(struct roff_man *, int, int, int);
 struct roff_node *mdoc_body_alloc(struct roff_man *, int, int, int);  
 struct roff_node *mdoc_endbody_alloc(struct roff_man *, int, int, int,  struct roff_node *mdoc_endbody_alloc(struct roff_man *, int, int, int,
                         struct roff_node *, enum mdoc_endbody);                          struct roff_node *, enum mdoc_endbody);
 void              mdoc_node_relink(struct roff_man *, struct roff_node *);  void              mdoc_node_relink(struct roff_man *, struct roff_node *);

Legend:
Removed from v.1.102  
changed lines
  Added in v.1.103

CVSweb