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

Diff for /src/usr.bin/mandoc/roff_int.h between version 1.8 and 1.9

version 1.8, 2017/07/08 14:51:01 version 1.9, 2017/07/08 17:52:42
Line 25 
Line 25 
 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_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.8  
changed lines
  Added in v.1.9