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

Diff for /mandoc/tag.h between version 1.13 and 1.14

version 1.13, 2020/04/07 22:56:02 version 1.14, 2020/04/18 20:40:10
Line 31 
Line 31 
 void             tag_alloc(void);  void             tag_alloc(void);
 int              tag_exists(const char *);  int              tag_exists(const char *);
 void             tag_put(const char *, int, struct roff_node *);  void             tag_put(const char *, int, struct roff_node *);
 void             tag_postprocess(struct roff_node *);  void             tag_postprocess(struct roff_man *, struct roff_node *);
 void             tag_free(void);  void             tag_free(void);

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

CVSweb