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

Diff for /mandoc/libmdoc.h between version 1.116 and 1.117

version 1.116, 2018/12/30 00:49:54 version 1.117, 2018/12/31 04:55:46
Line 74  void    mdoc_tail_alloc(struct roff_man *, int, int,
Line 74  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_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 *);  
 const char       *mdoc_a2arch(const char *);  const char       *mdoc_a2arch(const char *);
 const char       *mdoc_a2att(const char *);  const char       *mdoc_a2att(const char *);
 const char       *mdoc_a2lib(const char *);  const char       *mdoc_a2lib(const char *);

Legend:
Removed from v.1.116  
changed lines
  Added in v.1.117

CVSweb