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

Diff for /mandoc/roff_int.h between version 1.7 and 1.9

version 1.7, 2015/11/07 14:01:16 version 1.9, 2017/07/08 17:52:50
Line 25  void    roff_elem_alloc(struct roff_man *, int, int, i
Line 25  void    roff_elem_alloc(struct roff_man *, int, int, i
 struct roff_node *roff_block_alloc(struct roff_man *, int, int, int);  struct roff_node *roff_block_alloc(struct roff_man *, int, int, int);
 struct roff_node *roff_head_alloc(struct roff_man *, int, int, int);  struct roff_node *roff_head_alloc(struct roff_man *, int, int, int);
 struct roff_node *roff_body_alloc(struct roff_man *, int, int, int);  struct roff_node *roff_body_alloc(struct roff_man *, int, int, int);
 void              roff_addeqn(struct roff_man *, const struct eqn *);  
 void              roff_addtbl(struct roff_man *, const struct tbl_span *);  
 void              roff_node_unlink(struct roff_man *, struct roff_node *);  void              roff_node_unlink(struct roff_man *, struct roff_node *);
 void              roff_node_free(struct roff_node *);  void              roff_node_free(struct roff_node *);
 void              roff_node_delete(struct roff_man *, struct roff_node *);  void              roff_node_delete(struct roff_man *, struct roff_node *);

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.9

CVSweb