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

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

version 1.100, 2015/04/18 16:06:39 version 1.101, 2015/04/18 17:01:58
Line 80  struct roff_node *mdoc_endbody_alloc(struct roff_man *
Line 80  struct roff_node *mdoc_endbody_alloc(struct roff_man *
                         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_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 *);
 void              mdoc_hash_init(void);  
 int               mdoc_hash_find(const char *);  int               mdoc_hash_find(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.100  
changed lines
  Added in v.1.101

CVSweb