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

Diff for /mandoc/libmdoc.h between version 1.101 and 1.102

version 1.101, 2015/04/18 17:01:58 version 1.102, 2015/04/18 17:28:36
Line 78  void    mdoc_tail_alloc(struct roff_man *, int, int, i
Line 78  void    mdoc_tail_alloc(struct roff_man *, int, int, i
 struct roff_node *mdoc_body_alloc(struct roff_man *, int, int, int);  struct roff_node *mdoc_body_alloc(struct roff_man *, int, int, int);
 struct roff_node *mdoc_endbody_alloc(struct roff_man *, int, int, int,  struct roff_node *mdoc_endbody_alloc(struct roff_man *, int, int, int,
                         struct roff_node *, enum mdoc_endbody);                          struct roff_node *, enum mdoc_endbody);
 void              mdoc_node_delete(struct roff_man *, struct roff_node *);  
 void              mdoc_node_relink(struct roff_man *, struct roff_node *);  void              mdoc_node_relink(struct roff_man *, struct roff_node *);
 int               mdoc_hash_find(const char *);  int               mdoc_hash_find(const char *);
 const char       *mdoc_a2att(const char *);  const char       *mdoc_a2att(const char *);

Legend:
Removed from v.1.101  
changed lines
  Added in v.1.102

CVSweb