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

Diff for /src/usr.bin/mandoc/libmdoc.h between version 1.87 and 1.88

version 1.87, 2018/12/30 00:48:47 version 1.88, 2018/12/31 04:55:42
Line 74 
Line 74 
                         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 *);
 enum roff_sec     mdoc_a2sec(const char *);  enum roff_sec     mdoc_a2sec(const char *);

Legend:
Removed from v.1.87  
changed lines
  Added in v.1.88