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

Diff for /mandoc/libmdoc.h between version 1.113 and 1.114

version 1.113, 2018/08/17 20:33:37 version 1.114, 2018/12/04 02:53:51
Line 69  void    mdoc_tail_alloc(struct roff_man *, int, int,
Line 69  void    mdoc_tail_alloc(struct roff_man *, int, int,
                         enum roff_tok);                          enum roff_tok);
 struct roff_node *mdoc_endbody_alloc(struct roff_man *, int, int,  struct roff_node *mdoc_endbody_alloc(struct roff_man *, int, int,
                         enum roff_tok, struct roff_node *);                          enum roff_tok, struct roff_node *);
 void              mdoc_node_relink(struct roff_man *, struct roff_node *);  
 void              mdoc_node_validate(struct roff_man *);  void              mdoc_node_validate(struct roff_man *);
 void              mdoc_state(struct roff_man *, struct roff_node *);  void              mdoc_state(struct roff_man *, struct roff_node *);
 void              mdoc_state_reset(struct roff_man *);  void              mdoc_state_reset(struct roff_man *);

Legend:
Removed from v.1.113  
changed lines
  Added in v.1.114

CVSweb